diff options
Diffstat (limited to 'doc/gpgv.sgml')
-rw-r--r-- | doc/gpgv.sgml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/gpgv.sgml b/doc/gpgv.sgml index 6b865e013..ee16d0e94 100644 --- a/doc/gpgv.sgml +++ b/doc/gpgv.sgml @@ -70,16 +70,16 @@ <command/gpgv/ is the OpenPGP signature checking tool. </para> <para> -This program is a stripped down version of <command/gpg/ which is only -able -to check signatures. It is somewhat smaller than the full blown -<command/gpg/ and uses a different (and more simple way) to check that -the public keys used to made the signature are trustworth. There is +This program is a stripped down version of <command/gpg/ which is able +only +to check signatures. It is somewhat smaller than the fully blown +<command/gpg/ and uses a different (and simpler) way to check that +the public keys used to make the signature are trustworthy. There are no options files and only very few options are implemented. </para> <para> -<command/gpgv/ assumes that all keys in the keyring are trustworty. -It uses by default a keyring named <filename/trustedkeys.gpg/ which is +<command/gpgv/ assumes that all keys in the keyring are trustworthy. +By default it uses a keyring named <filename/trustedkeys.gpg/ which is assumed to be in the home directory as defined by GnuPG or set by an option or an environment variable. An option may be used to specify another keyring or even multiple keyrings. @@ -98,7 +98,7 @@ another keyring or even multiple keyrings. <varlistentry> <term>-v, --verbose</term> <listitem><para> -Give more information during processing. If used +Gives more information during processing. If used twice, the input data is listed in detail. </para></listitem></varlistentry> @@ -127,8 +127,8 @@ The filename may be prefixed with a scheme:</para> <term>--homedir &ParmDir;</term> <listitem><para> Set the name of the home directory to &ParmDir; If this -option is not used it defaults to "~/.gnupg". It does -not make sense to use this in a options file. This +option is not used, it defaults to "~/.gnupg". It does +not make sense to use this in an options file. This also overrides the environment variable "GNUPGHOME". </para></listitem></varlistentry> @@ -154,7 +154,7 @@ Write log output to file descriptor &ParmN; and not to stderr. GnuPG normally checks that the timestamps associated with keys and signatures have plausible values. However, sometimes a signature seems to be older than the key due to clock problems. This option makes these -checks just a warning. +checks just warnings. </para></listitem></varlistentry> |