~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to doc/gpgv.texi

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
@mansect description
56
56
@code{@gpgvname} is an OpenPGP signature verification tool.
57
57
 
58
 
This program is actually a stripped down version of @code{gpg} which is
59
 
only able to check signatures. It is somewhat smaller than the fully blown
 
58
This program is actually a stripped-down version of @code{gpg} which is
 
59
only able to check signatures. It is somewhat smaller than the fully-blown
60
60
@code{gpg} and uses a different (and simpler) way to check that
61
61
the public keys used to make the signature are valid. There are
62
62
no configuration files and only a few options are implemented.
114
114
 
115
115
@mansect return value
116
116
 
117
 
The program returns 0 if everything was fine, 1 if at least
 
117
The program returns 0 if everything is fine, 1 if at least
118
118
one signature was bad, and other error codes for fatal errors.
119
119
 
120
120
@mansect examples
126
126
@itemx @gpgvname @code{sigfile} 
127
127
Verify the signature of the file. The second form
128
128
is used for detached signatures, where @code{sigfile} is the detached
129
 
signature (either ASCII armored or binary) and are the signed
 
129
signature (either ASCII-armored or binary) and are the signed
130
130
data; if this is not given the name of the file holding the signed data is
131
131
constructed by cutting off the extension (".asc", ".sig" or ".sign") from
132
132
@code{sigfile}.
152
152
@table @asis
153
153
 
154
154
@item ~/.gnupg/trustedkeys.gpg
155
 
The default keyring with the allowed keys
 
155
The default keyring with the allowed keys.
156
156
 
157
157
@end table
158
158