aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-13 19:16:07 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-14 17:57:16 -0700
commitb0d2777092252988a72f30dc915db93eb4d993d0 (patch)
tree9562d2707733fd3395e39e4e3db35cbac485cbba /doc
parentdoc: Drop pre-EAPI-5 text (diff)
downloadcatalyst-b0d2777092252988a72f30dc915db93eb4d993d0.tar.gz
catalyst-b0d2777092252988a72f30dc915db93eb4d993d0.tar.bz2
catalyst-b0d2777092252988a72f30dc915db93eb4d993d0.zip
doc: Merge SUPPORTED HASHES section into digests section
It made sense to have this as a separate section when there were multiple configuration options (digests and hash_function) but hash_function is now gone. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-config.5.txt17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index f17944b2..7ac9a2a3 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -38,8 +38,13 @@ Basic configuration
*digests*::
Create a `.DIGESTS` file containing the hash output from any of the
supported options below. Adding them all may take a long time.
-(example: `md5 sha1 sha512 whirlpool`). See the *SUPPORTED HASHES*
-section for a list of supported hashes.
+(example: `md5 sha1 sha512 whirlpool`). The set of supported hashes
+is dependent on the version of Python. To see the set of hashes
+supported by the version of Python in use, run
++
+---------------------------------
+$ python3 -c 'import hashlib; print(hashlib.algorithms_available)'
+---------------------------------
*envscript*::
Environment script location, which allows users to set options such as
@@ -154,14 +159,6 @@ takes place in RAM. This feature requires a pretty large tmpfs
much RAM everything will fail horribly and it is not our fault.
-SUPPORTED HASHES
-----------------
-The list of supported hashes is dependent on the version of Python. To
-see the list of hashes supported by the version of Python in use, run
-
- $ python3 -c 'import hashlib; print(hashlib.algorithms_available)'
-
-
BINARY PACKAGE DEPENDENCIES
---------------------------
This section is only important if you are using binary packages to