1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-27 02:02:45 +02:00

Documentation fixes.

auto-key-retrieve is a keyserver-option (noted by Roger Sondermann).

  --pgp2 also means --disable-mdc, --no-ask-sig-expire, and
  --no-ask-cert-expire.  It does not mean --no-force-v3-sigs (noted by
  Timo).
This commit is contained in:
David Shaw 2002-04-03 14:57:44 +00:00
parent 0f682ed3f7
commit 7e2e0b9950
2 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,14 @@
2002-04-03 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: auto-key-retrieve is a keyserver-option (noted by
Roger Sondermann).
2002-03-27 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: --pgp2 also means --disable-mdc, --no-ask-sig-expire,
and --no-ask-cert-expire. It does not mean --no-force-v3-sigs
(noted by Timo).
2002-03-27 David Shaw <dshaw@jabberwocky.com> 2002-03-27 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Add a few notes about --pgp2 meaning MIT PGP 2.6.2, * gpg.sgml: Add a few notes about --pgp2 meaning MIT PGP 2.6.2,

View File

@ -989,26 +989,18 @@ For keyserver schemes that use HTTP (such as HKP), try to access the
keyserver over the proxy set with the environment variable keyserver over the proxy set with the environment variable
"http_proxy". "http_proxy".
</para></listitem></varlistentry> </para></listitem></varlistentry>
</variablelist>
</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--auto-key-retrieve</term> <term>auto-key-retrieve</term>
<listitem><para> <listitem><para>
This option enables the automatic retrieving of keys from a keyserver This option enables the automatic retrieving of keys from a keyserver
when verifying signatures made by keys that are not on the local when verifying signatures made by keys that are not on the local
keyring. keyring.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> </variablelist>
<term>--no-auto-key-retrieve</term>
<listitem><para>
This option disables the automatic retrieving of keys from a keyserver
while verifying signatures. This may be of use if --auto-key-retrieve
is enabled from an options file.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--keyring &ParmFile;</term> <term>--keyring &ParmFile;</term>
<listitem><para> <listitem><para>
@ -1477,8 +1469,9 @@ a message that PGP 2.x will not be able to handle. Note that `PGP
2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x 2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x
available, but the MIT release is a good common baseline. available, but the MIT release is a good common baseline.
</para><para> </para><para>
This option implies `--rfc1991 --no-openpgp --no-force-v4-certs This option implies `--rfc1991 --no-openpgp --disable-mdc
--no-comment --escape-from --no-force-v3-sigs --cipher-algo IDEA --no-force-v4-certs --no-comment --escape-from --force-v3-sigs
--no-ask-sig-expire --no-ask-cert-expire --cipher-algo IDEA
--digest-algo MD5 --compress-algo 1' --digest-algo MD5 --compress-algo 1'
</para></listitem></varlistentry> </para></listitem></varlistentry>