diff --git a/doc/ChangeLog b/doc/ChangeLog index 18ab887e1..f527df571 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-21 David Shaw + + * 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 * gpg.sgml: Clarify that --charset applies to informational diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 9bdf78083..ce181ca39 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -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. + + + keyserver + +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. toggle @@ -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). @@ -1126,6 +1134,16 @@ Identical to `--trust-model always'. This option is deprecated. + +--keyid-format short|0xshort|long|0xlong + +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. + + + --keyserver &ParmName; @@ -1173,6 +1191,14 @@ marked on the keyserver as disabled. Note that this option is not used with HKP keyservers. + +honor-keyserver-url + +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. + + include-subkeys @@ -1329,9 +1355,11 @@ Defaults to no. show-notations +show-std-notations +show-user-notations -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. @@ -1407,9 +1435,11 @@ Show policy URLs in the signature being verified. Defaults to no. show-notations +show-std-notations +show-user-notations -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.