aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgv.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-05-26 16:48:05 +0000
committerWerner Koch <[email protected]>2008-05-26 16:48:05 +0000
commit3d39dc13d082a6631ae06443f3b20176481a5c20 (patch)
tree17682ed1b2d74bc14747908939fed246cc626028 /doc/gpgv.texi
parent2008-05-26 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-3d39dc13d082a6631ae06443f3b20176481a5c20.tar.gz
gnupg-3d39dc13d082a6631ae06443f3b20176481a5c20.zip
Minor bug fixes and document new gpg-connect-feature.
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r--doc/gpgv.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi
index 5a9f29754..0ee6614da 100644
--- a/doc/gpgv.texi
+++ b/doc/gpgv.texi
@@ -55,8 +55,8 @@ gpgv2
@mansect description
@code{@gpgvname} is an OpenPGP signature verification tool.
-This program is actually a stripped down version of @code{gpg} which is
-only able to check signatures. It is somewhat smaller than the fully blown
+This program is actually a stripped-down version of @code{gpg} which is
+only able to check signatures. It is somewhat smaller than the fully-blown
@code{gpg} and uses a different (and simpler) way to check that
the public keys used to make the signature are valid. There are
no configuration files and only a few options are implemented.
@@ -114,7 +114,7 @@ checks into warnings.
@mansect return value
-The program returns 0 if everything was fine, 1 if at least
+The program returns 0 if everything is fine, 1 if at least
one signature was bad, and other error codes for fatal errors.
@mansect examples
@@ -126,7 +126,7 @@ one signature was bad, and other error codes for fatal errors.
@itemx @gpgvname @code{sigfile}
Verify the signature of the file. The second form
is used for detached signatures, where @code{sigfile} is the detached
-signature (either ASCII armored or binary) and are the signed
+signature (either ASCII-armored or binary) and are the signed
data; if this is not given the name of the file holding the signed data is
constructed by cutting off the extension (".asc", ".sig" or ".sign") from
@code{sigfile}.
@@ -152,7 +152,7 @@ If set directory used instead of "~/.gnupg".
@table @asis
@item ~/.gnupg/trustedkeys.gpg
-The default keyring with the allowed keys
+The default keyring with the allowed keys.
@end table