1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02:00

* gpg.sgml: Document "notation".

This commit is contained in:
David Shaw 2006-03-09 04:00:18 +00:00
parent d810409068
commit 0317ae66f3
2 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2006-03-08 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document "notation".
2006-03-07 David Shaw <dshaw@jabberwocky.com> 2006-03-07 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Rename backsigs to cross-certification (backsigs is * gpg.sgml: Rename backsigs to cross-certification (backsigs is

View File

@ -506,9 +506,10 @@ preferences, without including any implied preferences.
<term>showpref</term> <term>showpref</term>
<listitem><para> <listitem><para>
More verbose preferences listing for the selected user ID. This shows More verbose preferences listing for the selected user ID. This shows
the preferences in effect by including the implied preferences of the preferences in effect by including the implied preferences of 3DES
3DES (cipher), SHA-1 (digest), and Uncompressed (compression) if they (cipher), SHA-1 (digest), and Uncompressed (compression) if they are
are not already included in the preference list. not already included in the preference list. In addition, the
preferred keyserver and signature notations (if any) are shown.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>setpref &ParmString;</term> <term>setpref &ParmString;</term>
@ -529,9 +530,15 @@ used by GnuPG.
Set a preferred keyserver for the specified user ID(s). This allows Set a preferred keyserver for the specified user ID(s). This allows
other users to know where you prefer they get your key from. See other users to know where you prefer they get your key from. See
--keyserver-options honor-keyserver-url for more on how this works. --keyserver-options honor-keyserver-url for more on how this works.
Note that some versions of PGP interpret the presence of a keyserver Setting a value of "none" removes an existing preferred keyserver.
URL as an instruction to enable PGP/MIME mail encoding. Setting a </para></listitem></varlistentry>
value of "none" removes a existing preferred keyserver. <varlistentry>
<term>notation</term>
<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.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>toggle</term> <term>toggle</term>