X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/cd6eca4375f46a35b93e2fea4b0428a23b451aa3..f5e91c02ff4057002e480ad4933a1b9aa2496c40:/dsig.1 diff --git a/dsig.1 b/dsig.1 index 58cea8f..85056aa 100644 --- a/dsig.1 +++ b/dsig.1 @@ -55,11 +55,13 @@ is one of: \h'8n' .RB [ \-f .IR file ] +.RB [ \-h +.IR file ] .RB [ \-o .IR output ] .br .B verify -.RB [ \-pqvC ] +.RB [ \-pqvjC ] .RI [ file ] .SH DESCRIPTION The @@ -309,6 +311,12 @@ Read filenames from .I name instead of from standard input. .TP +.BI "\-h, \-\-hashes " name +Rather than hashing files, read precomputed hashes from the file +.IR name , +which should be in the format produced by +.BR hashsum (1). +.TP .BI "\-o, \-\-output " name Write output to .I name @@ -369,6 +377,9 @@ Produce more informational output. The default verbosity level is 1. .B "\-q, \-\-quiet" Produce less information output. .TP +.B "\-j, \-\-junk" +Report files whose hashes have not been checked. +.TP .BI "\-p, \-\-progress" Write a progress meter to standard error while processing large files. .TP @@ -395,6 +406,14 @@ encountered a situation which may or may not invalidate the signature. .BI "OK " message The signature verified correctly. .TP +.BI "JUNK " type " " name +The file +.I name +was found (as a result of the search requested by the +.RB ` \-j ' +option), but it was not mentioned in the signature file and therefore +has not been checked. +.TP .BI "INFO " note Any other information. .PP