diff options
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index cc5b070f3..04ba2ff06 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1864,8 +1864,8 @@ The default algorithm is SHA-1. Selects how passphrases are mangled. If @code{n} is 0 a plain passphrase (which is not recommended) will be used, a 1 adds a salt to the passphrase and a 3 (the default) iterates the whole process a -couple of times. Unless @option{--rfc1991} is used, this mode is also used for -conventional encryption. +number of times (see --s2k-count). Unless @option{--rfc1991} is used, +this mode is also used for conventional encryption. @item --s2k-count @code{n} Specify how many times the passphrase mangling is repeated. This |