Module Name:    othersrc
Committed By:   wiz
Date:           Sun Aug 18 07:09:06 UTC 2013

Modified Files:
        othersrc/external/bsd/multigest/dist: multigest.1

Log Message:
Sort options. Consistency. Serial comma. Describe -F instead of -S twice :)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 othersrc/external/bsd/multigest/dist/multigest.1:1.7
--- othersrc/external/bsd/multigest/dist/multigest.1:1.6	Sun Aug 18 06:03:14 2013
+++ othersrc/external/bsd/multigest/dist/multigest.1	Sun Aug 18 07:09:06 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: multigest.1,v 1.6 2013/08/18 06:03:14 agc Exp $
+.\" $NetBSD: multigest.1,v 1.7 2013/08/18 07:09:06 wiz Exp $
 .\"
 .\" Copyright (c) 2013 Alistair Crooks <a...@netbsd.org>
 .\" All rights reserved.
@@ -32,11 +32,11 @@
 .Sh SYNOPSIS
 .Nm
 .Fl r
-.Op Fl F Ar output-format
-.Op Fl S Ar output-separator
 .Op Fl a Ar algorithms
 .Op Fl c Ar digestfile
+.Op Fl F Ar output-format
 .Op Fl o Ar output
+.Op Fl S Ar output-separator
 .Op Fl s Ar /regex/replacement/
 .Op file ...
 .Sh DESCRIPTION
@@ -63,23 +63,20 @@ library.
 .Pp
 The following options are available:
 .Bl -tag -width XregexXreplacementXYYY
-.It Fl S Ar output-separator
+.It Fl a Ar algorithms
+specify 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 F Ar output-format
 print the output in the format requested.
 Possible values are
 .Dq openssl ,
-.Dq digest
+.Dq digest ,
 and
 .Dq multigest .
 The default is
 .Dq multigest
 which means that any replacement text is printed in a separate field.
-.It Fl S Ar output-separator
-separate each individual digest on output with the provided string.
-The output separator defaults to the null string, i.e. no separator.
-.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
@@ -87,6 +84,9 @@ shorthand for input substitution for the
 .Dq Id
 and
 .Dq NetBSD
+.It Fl S Ar output-separator
+separate each individual digest on output with the provided string.
+The output separator defaults to the null string, i.e. no separator.
 .It Fl s Ar /regex/replacement/
 before calculating digests, run the following transformation on the input
 to normalise any input.

Reply via email to