diff options
author | David Shaw <[email protected]> | 2006-03-09 19:47:35 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-03-09 19:47:35 +0000 |
commit | 5784a43e65a40f65950a2b98220acf974d41a789 (patch) | |
tree | 59df5ca2b0a6672503fb7a5a493808b41ec8de0d | |
parent | * build-packet.c (string_to_notation): Add ability to indicate a notation (diff) | |
download | gnupg-5784a43e65a40f65950a2b98220acf974d41a789.tar.gz gnupg-5784a43e65a40f65950a2b98220acf974d41a789.zip |
* gpg.sgml: Clarify new notation delete feature.
-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> |