diff options
author | Werner Koch <[email protected]> | 2010-03-05 11:52:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-05 11:52:13 +0000 |
commit | 32c979559f7347b40f2d4de93d33ae58e15bc076 (patch) | |
tree | 18e9c837658f7193fed3ed920c30757344d2b2f7 | |
parent | Remove ranslation prefixes and add default-prompt. (diff) | |
download | gnupg-32c979559f7347b40f2d4de93d33ae58e15bc076.tar.gz gnupg-32c979559f7347b40f2d4de93d33ae58e15bc076.zip |
Minor change
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/gpg.texi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e221c3393..1bf530a2f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-03-05 Werner Koch <[email protected]> + + * gpg.texi (GPG Configuration Options): Mention that + show-uid-validity does only work with public keys. Noted by + Daniel Kahn Gillmor. + 2009-08-24 David Shaw <[email protected]> * gpg.texi: Suggested new ordering for --edit-key. diff --git a/doc/gpg.texi b/doc/gpg.texi index 46e473265..edb95ea50 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1043,7 +1043,7 @@ Show any preferred keyserver URL in the @option{--list-sigs} or @option{--check-sigs} listings. Defaults to no. @item show-uid-validity -Display the calculated validity of user IDs during key listings. +Display the calculated validity of user IDs during public key listings. Defaults to no. @item show-unusable-uids |