diff options
author | Werner Koch <[email protected]> | 2012-11-10 10:34:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-11-12 14:31:45 +0000 |
commit | 6505a995f93fb82adc7ed560f177901aef6328b5 (patch) | |
tree | d24557414360e32c22a90a49f6e9cacd6cce9b08 | |
parent | agent: Use wipememory instead of memset in one place. (diff) | |
download | gnupg-6505a995f93fb82adc7ed560f177901aef6328b5.tar.gz gnupg-6505a995f93fb82adc7ed560f177901aef6328b5.zip |
Fix description of validity flag 'n'.
--
Thanks to Hauke Laging for spotting this.
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 59434f10c..4e8739482 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -52,7 +52,7 @@ record; gpg2 does this by default and the option is a dummy. q = Undefined validity '-' and 'q' may safely be treated as the same value for most purposes - n = The key is valid + n = The key is not valid m = The key is marginal valid. f = The key is fully valid u = The key is ultimately valid. This often means |