diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ff567b64b..cf4566ccb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-03-09 David Shaw <[email protected]> + + * gpg.sgml: Clarify new notation delete feature. + 2006-03-08 David Shaw <[email protected]> * gpg.sgml: Document "notation". diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 050aa6e5e..9b0e7b651 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -537,8 +537,10 @@ Setting a value of "none" removes an existing preferred keyserver. <listitem><para> Set a name=value notation for the specified user ID(s). See --cert-notation for more on how this works. Setting a value of "none" -removes all notations, and setting a name with no value removes that -notation alone. +removes all notations, setting a notation prefixed with a minus sign +(-) removes that notation, and setting a notation name (without the +=value) prefixed with a minus sign removes all notations with that +name. </para></listitem></varlistentry> <varlistentry> <term>toggle</term> |