From 84bd068355fa15831e5b33f65e60edf1a54ed742 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 7 Aug 2004 14:36:47 +0000 Subject: [PATCH] * 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. --- doc/ChangeLog | 6 ++++++ doc/gpg.sgml | 33 +++++++++------------------------ 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index db7ec45c9..886d5927d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-08-07 David Shaw + + * 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 * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index c2d3048c0..47a65b44c 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -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. @@ -1375,17 +1375,10 @@ listings. Defaults to no. -show-validity +show-uid-validity -Display the calculated validity of keys and user IDs during key -listings. Defaults to no. - - - -show-long-keyids - -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. @@ -1455,20 +1448,12 @@ Defaults to no. -show-validity +show-uid-validity Display the calculated validity of the user IDs on the key that issued the signature. Defaults to no. - -show-long-keyids - -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. - - show-unusable-uids @@ -2250,10 +2235,10 @@ issues with signatures. --ignore-crc-error 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.