From e9f7759b5571863e5bfd72c35209130a1e9f7764 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Tue, 23 Aug 2022 10:22:19 -0600 Subject: manpage hash-format - use present tense [skip appveyor] Since we're here anyway, use present tense (rather than future) for the --hash-format section. Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 44bb852..6ab82d2 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1218,18 +1218,18 @@ to use the specified algorithm. If this option is omitted, the first supported hash format found is selected. Typically this is MD5, however, on a FIPS-compliant system -using a version of Python less than 3.9, -SHA1 or SHA256 will be chosen as the default. -Python 3.9 and onwards clients will always default to MD5, even in FIPS mode. +using a version of Python older than 3.9, +SHA1 or SHA256 is chosen as the default. +Python 3.9 and onwards clients always default to MD5, even in FIPS mode. Specifying this option changes the name of the SConsign database. -The default database is .sconsign.dblite; -in the presence of this option, -ALGORITHM will +The default database is .sconsign.dblite. +In the presence of this option, +ALGORITHM is be included in the name to indicate the difference, even if the argument is md5. -For example, will create a SConsign +For example, uses a SConsign database named .sconsign_sha256.dblite. -- cgit v0.12