1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-21 01:02:46 +02:00

* gpg.sgml: Clarify include-revoked and include-disabled so they match

what the program actually does.  Noted by Dick Gevers.
This commit is contained in:
David Shaw 2002-12-11 03:41:52 +00:00
parent 4d7eba13cc
commit 4017bbc683
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2002-12-10 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Clarify include-revoked and include-disabled so they
match what the program actually does. Noted by Dick Gevers.
2002-12-06 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document %-expandos for policy URLs and notations.

View File

@ -1030,27 +1030,25 @@ keyserver types, some common options are:
<varlistentry>
<term>include-revoked</term>
<listitem><para>
When searching for a key, include keys that are marked on the
keyserver as revoked. Note that this option is always set when using
the NAI HKP keyserver, as this keyserver does not differentiate
between revoked and unrevoked keys. When using the LDAP keyserver,
this applies to both searching (--search-keys) and receiving
(--recv-keys).
When searching for a key with --search-keys, include keys that are
marked on the keyserver as revoked. Note that this option is always
set when using the NAI HKP keyserver, as this keyserver does not
differentiate between revoked and unrevoked keys.
</para></listitem></varlistentry>
<varlistentry>
<term>include-disabled</term>
<listitem><para>
When receiving or searching for a key, include keys that are marked on
the keyserver as disabled. Note that this option is not used with HKP
keyservers, as they do not support disabling keys.
When searching for a key with --search-keys, include keys that are
marked on the keyserver as disabled. Note that this option is not
used with HKP keyservers.
</para></listitem></varlistentry>
<varlistentry>
<term>include-subkeys</term>
<listitem><para>
When receiving a key, include subkeys in the search. Note that this
option is not used with HKP keyservers, as they do not support
When receiving a key, include subkeys as potential targets. Note that
this option is not used with HKP keyservers, as they do not support
retrieving keys by subkey id.
</para></listitem></varlistentry>