Fix example.

This commit is contained in:
Werner Koch 2009-05-06 10:57:10 +00:00
parent b6798b5d8d
commit 6adb13b079
1 changed files with 8 additions and 7 deletions

View File

@ -123,13 +123,14 @@ one signature was bad, and other error codes for fatal errors.
@table @asis @table @asis
@item @gpgvname @code{pgpfile} @item @gpgvname @code{pgpfile}
@itemx @gpgvname @code{sigfile} @itemx @gpgvname @code{sigfile} [@code{datafile}]
Verify the signature of the file. The second form Verify the signature of the file. The second form is used for detached
is used for detached signatures, where @code{sigfile} is the detached signatures, where @code{sigfile} is the detached signature (either
signature (either ASCII-armored or binary) and are the signed ASCII-armored or binary) and @code{datafile} contains the signed data;
data; if this is not given the name of the file holding the signed data is if @code{datafile} is "-" the signed data is expected on
constructed by cutting off the extension (".asc", ".sig" or ".sign") from @code{stdin}; if @code{datafile} is not given the name of the file
@code{sigfile}. holding the signed data is constructed by cutting off the extension
(".asc", ".sig" or ".sign") from @code{sigfile}.
@end table @end table