Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 3/8] doc: Merge SUPPORTED HASHES section into digests section
Date: Fri, 15 May 2020 06:10:27
Message-Id: 20200515061001.2581484-3-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/8] doc: Remove extra asterisk by Matt Turner
1 It made sense to have this as a separate section when there were
2 multiple configuration options (digests and hash_function) but
3 hash_function is now gone.
4
5 Signed-off-by: Matt Turner <mattst88@g.o>
6 ---
7 doc/catalyst-config.5.txt | 17 +++++++----------
8 1 file changed, 7 insertions(+), 10 deletions(-)
9
10 diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
11 index f17944b2..7ac9a2a3 100644
12 --- a/doc/catalyst-config.5.txt
13 +++ b/doc/catalyst-config.5.txt
14 @@ -38,8 +38,13 @@ Basic configuration
15 *digests*::
16 Create a `.DIGESTS` file containing the hash output from any of the
17 supported options below. Adding them all may take a long time.
18 -(example: `md5 sha1 sha512 whirlpool`). See the *SUPPORTED HASHES*
19 -section for a list of supported hashes.
20 +(example: `md5 sha1 sha512 whirlpool`). The set of supported hashes
21 +is dependent on the version of Python. To see the set of hashes
22 +supported by the version of Python in use, run
23 ++
24 +---------------------------------
25 +$ python3 -c 'import hashlib; print(hashlib.algorithms_available)'
26 +---------------------------------
27
28 *envscript*::
29 Environment script location, which allows users to set options such as
30 @@ -154,14 +159,6 @@ takes place in RAM. This feature requires a pretty large tmpfs
31 much RAM everything will fail horribly and it is not our fault.
32
33
34 -SUPPORTED HASHES
35 -----------------
36 -The list of supported hashes is dependent on the version of Python. To
37 -see the list of hashes supported by the version of Python in use, run
38 -
39 - $ python3 -c 'import hashlib; print(hashlib.algorithms_available)'
40 -
41 -
42 BINARY PACKAGE DEPENDENCIES
43 ---------------------------
44 This section is only important if you are using binary packages to
45 --
46 2.26.2