From 10e83fb88c5f25720e3109741c0840122bcacca0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 20 Sep 2002 12:58:26 +0000 Subject: [PATCH] * gpg.sgml: Some minor language cleanup. --- doc/ChangeLog | 4 ++++ doc/gpg.sgml | 34 +++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 1b458726c..cbf77d15b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-20 David Shaw + + * gpg.sgml: Some minor language cleanup. + 2002-09-20 Werner Koch * DETAILS: s/XORed/ORed/. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 9ef3d20f8..11f1f949d 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -311,10 +311,10 @@ non-exportable. revsig -Revoke a signature. GnuPG asks for every -signature which has been done by one of -the secret keys, whether a revocation -certificate should be generated. +Revoke a signature. For every signature which has been generated by +one of the secret keys, GnuPG asks whether a revocation certificate +should be generated. + trust @@ -360,10 +360,10 @@ Revoke a subkey. expire -Change the key expiration time. If a key is -selected, the time of this key will be changed. -With no selection the key expiration of the -primary key is changed. +Change the key expiration time. If a subkey is selected, the +expiration time of this subkey will be changed. With no selection, +the key expiration of the primary key is changed. + passwd @@ -649,9 +649,9 @@ values will be overwritten. --rebuild-keydb-caches -When updateing form version 1.0.6 to 1.0.7 this command should be used -to create signature caches in the keyring. It might be handy in -other situations too. +When updating from version 1.0.6 to 1.0.7 this command should be used +to create signature caches in the keyring. It might be handy in other +situations too. @@ -1267,10 +1267,10 @@ Using this option will also prevent the creation of a --load-extension &ParmName; -Load an extension module. If &ParmName; does not -contain a slash it is searched in "/usr/local/lib/gnupg" -Extension are in gernal not useful anymore; the use of this -option is deprecated. +Load an extension module. If &ParmName; does not contain a slash it is +searched for in the directory configured when GnuPG was built +(generally "/usr/local/lib/gnupg"). Extensions are not generally +useful anymore, and the use of this option is deprecated. @@ -2344,7 +2344,7 @@ The first is the path to the Unix Domain Socket, the second the PID of the gpg-agent and the protocol version which should be set to 1. When starting the gpg-agent as described in its documentation, this variable is set to the correct value. The option --gpg-agent-info can -be used to overide it. +be used to override it. http_proxy @@ -2436,7 +2436,7 @@ is *very* easy to spy out your passphrase! If you are going to verify detached signatures, make sure that the program knows about it; either be giving both filenames on the -commandline or using - to specify stdin. +command line or using - to specify stdin.