1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,

--keyserver-option honor-keyserver-url, and --list and --verify option
show-std/user-notations.
This commit is contained in:
David Shaw 2004-05-22 00:34:28 +00:00
parent 086e589898
commit 15b2c18ad3
2 changed files with 41 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2004-05-21 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document --edit-key "keyserver" command,
--keyid-format, --keyserver-option honor-keyserver-url, and --list
and --verify option show-std/user-notations.
2004-05-19 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Clarify that --charset applies to informational

View File

@ -496,6 +496,13 @@ self-signatures will be advanced by one second. Note that while you
can change the preferences on an attribute user ID (aka "photo ID"),
GnuPG does not select keys via attribute user IDs so these preferences
will not be used by GnuPG.
</para></listitem></varlistentry>
<varlistentry>
<term>keyserver</term>
<listitem><para>
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
--keyserver-option honor-keyserver-url.
</para></listitem></varlistentry>
<varlistentry>
<term>toggle</term>
@ -657,7 +664,8 @@ Request updates from a keyserver for keys that already exist on the
local keyring. This is useful for updating a key with the latest
signatures, user IDs, etc. Calling this with no arguments will
refresh the entire keyring. Option --keyserver must be used to give
the name of this keyserver.
the name of the keyserver for all keys that do not have preferred
keyservers set (see --keyserver-option honor-keyserver-url).
</para></listitem></varlistentry>
<varlistentry>
@ -1126,6 +1134,16 @@ Identical to `--trust-model always'. This option is deprecated.
</para></listitem></varlistentry>
<varlistentry>
<term>--keyid-format <parameter>short|0xshort|long|0xlong</parameter></term>
<listitem><para>
Select how to display key IDs. "short" is the traditional 8-character
key ID. "long" is the more accurate (but less convenient)
16-character key ID. Add an "0x" to either to include an "0x" at the
beginning of the key ID, as in 0x99242560.
</para></listitem></varlistentry>
<varlistentry>
<term>--keyserver &ParmName;</term>
<listitem><para>
@ -1173,6 +1191,14 @@ marked on the keyserver as disabled. Note that this option is not
used with HKP keyservers.
</para></listitem></varlistentry>
<varlistentry>
<term>honor-keyserver-url</term>
<listitem><para>
When using --refresh-keys, if the key in question has a preferred
keyserver set, then use that preferred keyserver to refresh the key
from. Defaults to yes.
</para></listitem></varlistentry>
<varlistentry>
<term>include-subkeys</term>
<listitem><para>
@ -1329,9 +1355,11 @@ Defaults to no.
<varlistentry>
<term>show-notations</term>
<term>show-std-notations</term>
<term>show-user-notations</term>
<listitem><para>
Show signature notations in the --list-sigs or --check-sigs listings.
Defaults to no.
Show all, IETF standard, or user-defined signature notations in the
--list-sigs or --check-sigs listings. Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
@ -1407,9 +1435,11 @@ Show policy URLs in the signature being verified. Defaults to no.
<varlistentry>
<term>show-notations</term>
<term>show-std-notations</term>
<term>show-user-notations</term>
<listitem><para>
Show signature notations in the signature being verified. Defaults to
no.
Show all, IETF standard, or user-defined signature notations in the
signature being verified. Defaults to IETF standard.
</para></listitem></varlistentry>
<varlistentry>