diff options
author | Werner Koch <[email protected]> | 2018-11-21 08:20:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-11-21 08:22:00 +0000 |
commit | 6acca0e4d9f9e432a795ac261dd8fa02bcc583cd (patch) | |
tree | 583bd736d029ad250d1755072016abcf21afb4f9 /doc/gpg.texi | |
parent | tools: Let gpg-zip print a deprecation warning. (diff) | |
download | gnupg-6acca0e4d9f9e432a795ac261dd8fa02bcc583cd.tar.gz gnupg-6acca0e4d9f9e432a795ac261dd8fa02bcc583cd.zip |
doc: Clarify use of clear and nodefault in the AKL.
--
(cherry picked from commit e5c3a6999a374813134a9e68744444c25c3017f6)
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ffcdaf21e..8f1b8ce04 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1783,7 +1783,9 @@ list. The default is "local,wkd". @item clear Clear all defined mechanisms. This is useful to override - mechanisms given in a config file. + mechanisms given in a config file. Note that a @code{nodefault} in + @var{mechanisms} will also be cleared unless it is given after the + @code{clear}. @end table |