Module Name: othersrc
Committed By: agc
Date: Sat Aug 17 18:49:46 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: multigest.1
Log Message:
Explain command line options. Thanks to wiz for the nudge!
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/multigest/dist/multigest.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/multigest/dist/multigest.1
diff -u othersrc/external/bsd/multigest/dist/multigest.1:1.2 othersrc/external/bsd/multigest/dist/multigest.1:1.3
--- othersrc/external/bsd/multigest/dist/multigest.1:1.2 Fri Aug 16 07:38:38 2013
+++ othersrc/external/bsd/multigest/dist/multigest.1 Sat Aug 17 18:49:46 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: multigest.1,v 1.2 2013/08/16 07:38:38 wiz Exp $
+.\" $NetBSD: multigest.1,v 1.3 2013/08/17 18:49:46 agc Exp $
.\"
.\" Copyright (c) 2013 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -52,6 +52,34 @@ utility is a simple wrapper for the vari
algorithm implementations, which are located in the standard
C library, and was designed to be scalable as new message digest
algorithms are developed.
+.Pp
+The
+.Nm
+utility uses the
+.Xr libmultigest 3
+library.
+.Pp
+The following options are available:
+.Bl -tag -width XregexXreplacementXYYY
+.It Fl a Ar algorithms
+specifies a comma-separated list of algorithms to be calculated
+.It Fl c Ar stored-digest-file
+check, or verify, a file containing previously-generated digests
+.It Fl o Ar output-file
+write the calculated digests to the output file
+.It Fl r
+shorthand for input substitution for the RCS Identifiers
+.Dq Id
+and
+.Dq NetBSD
+.It Fl s Ar /regex/replacement/
+before calculating digests, run the following transformation on the input
+to normalise any input.
+Using this, the effects of expanding version control system
+identifiers is nullified.
+.El
+.Pp
+If no input files are provided, input is taken from standard input.
.Sh EXIT STATUS
.Ex -std multigest
.Sh SEE ALSO