hashsum.1: Fix counting error (left over from some previous edit).
[u/mdw/catacomb] / hashsum.1
index 0084b04..7910807 100644 (file)
--- a/hashsum.1
+++ b/hashsum.1
@@ -12,7 +12,7 @@
 hashsum \- compute and verify cryptographic checksums of files
 .SH SYNOPSIS
 .B hashsum
 hashsum \- compute and verify cryptographic checksums of files
 .SH SYNOPSIS
 .B hashsum
-.RB [ \-f0ecbv ]
+.RB [ \-f0ecbpv ]
 .RB [ \-a
 .IR algorithm ]
 .RB [ \-E
 .RB [ \-a
 .IR algorithm ]
 .RB [ \-E
@@ -71,7 +71,7 @@ Use the given
 to represent hashes in the output.  This is not interoperable with other
 programs, but it's handy, e.g., for building sha1 URNs.  The encodings
 recognized are
 to represent hashes in the output.  This is not interoperable with other
 programs, but it's handy, e.g., for building sha1 URNs.  The encodings
 recognized are
-.B hex 
+.B hex
 (the default),
 .B base64
 and
 (the default),
 .B base64
 and
@@ -122,6 +122,10 @@ Assume that the files to be hashed are binary files.  This doesn't make
 any difference in Unix systems, although it might on other platforms
 which draw a distinction.
 .TP
 any difference in Unix systems, although it might on other platforms
 which draw a distinction.
 .TP
+.B "\-p, \-\-progress"
+Display a progress indicator while hashing large files.  The progress
+indicator is written to standard error.
+.TP
 .B "\-v, \-\-verbose"
 In conjunction with the
 .B \-c
 .B "\-v, \-\-verbose"
 In conjunction with the
 .B \-c
@@ -142,7 +146,7 @@ A
 .I directive
 begins with a hash
 .RB (` # ')
 .I directive
 begins with a hash
 .RB (` # ')
-character.  Two directives are currently understood:
+character.  These directives are currently understood:
 .TP
 .BI "#hash " alg
 Subsequent hashes in this file were generated using the algorithm
 .TP
 .BI "#hash " alg
 Subsequent hashes in this file were generated using the algorithm
@@ -297,4 +301,4 @@ directive in its output.
 .BR catsign (1),
 .BR catcrypt (1).
 .SH "AUTHOR"
 .BR catsign (1),
 .BR catcrypt (1).
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>