1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-27 02:02:45 +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> 2002-12-06 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document %-expandos for policy URLs and notations. * gpg.sgml: Document %-expandos for policy URLs and notations.

View File

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