1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01:00

* gpg.sgml: Remove show-long-keyids since it is replaced by

--keyid-format.  Rename show-validity as show-uid-validity.
--ask-cert-level defaults to no.
This commit is contained in:
David Shaw 2004-08-07 14:36:47 +00:00
parent 52a83025e9
commit 84bd068355
2 changed files with 15 additions and 24 deletions

View File

@ -1,3 +1,9 @@
2004-08-07 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Remove show-long-keyids since it is replaced by
--keyid-format. Rename show-validity as
show-uid-validity. --ask-cert-level defaults to no.
2004-06-28 David Shaw <dshaw@jabberwocky.com>
* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.

View File

@ -1047,7 +1047,7 @@ When making a key signature, prompt for a certification level. If
this option is not specified, the certification level used is set via
--default-cert-level. See --default-cert-level for information on the
specific levels and how they are used. --no-ask-cert-level disables
this option. This option defaults to yes.
this option. This option defaults to no.
</para></listitem></varlistentry>
<varlistentry>
@ -1375,17 +1375,10 @@ listings. Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
<term>show-validity</term>
<term>show-uid-validity</term>
<listitem><para>
Display the calculated validity of keys and user IDs during key
listings. Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
<term>show-long-keyids</term>
<listitem><para>
Display all 64 bits (16 digits) of key IDs during key listings, rather
than the more common 32 bit (8 digit) IDs. Defaults to no.
Display the calculated validity of user IDs during key listings.
Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
@ -1455,20 +1448,12 @@ Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
<term>show-validity</term>
<term>show-uid-validity</term>
<listitem><para>
Display the calculated validity of the user IDs on the key that issued
the signature. Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
<term>show-long-keyids</term>
<listitem><para>
Display all 64 bits (16 digits) of key IDs during signature
verification, rather than the more common 32 bit (8 digit) IDs.
Defaults to no.
</para></listitem></varlistentry>
<varlistentry>
<term>show-unusable-uids</term>
<listitem><para>
@ -2250,10 +2235,10 @@ issues with signatures.
<term>--ignore-crc-error</term>
<listitem><para>
The ASCII armor used by OpenPGP is protected by a CRC checksum against
transmission errors. Sometimes it happens that the CRC gets mangled
somewhere on the transmission channel but the actual content (which is
protected by the OpenPGP protocol anyway) is still okay. This option
will let gpg ignore CRC errors.
transmission errors. Occasionally the CRC gets mangled somewhere on
the transmission channel but the actual content (which is protected by
the OpenPGP protocol anyway) is still okay. This option allows GnuPG
to ignore CRC errors.
</para></listitem></varlistentry>
<varlistentry>