-.\" $OpenBSD: cksum.1,v 1.26 2014/01/08 14:15:54 deraadt Exp $
+.\" $OpenBSD: cksum.1,v 1.27 2014/01/08 16:12:44 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.Op Fl bpqrtx
.Op Fl a Ar algorithms
.Op Fl c Op Ar checklist ...
-.Op Fl o Ar 1 | 2
.Op Fl h Ar hashfile
+.Op Fl o Ar 1 | 2
.Op Fl s Ar string
.Op Ar
.Ek
.Op Fl bpqrtx
.Op Fl a Ar algorithms
.Op Fl c Op Ar checklist ...
-.Op Fl o Ar 1 | 2
.Op Fl h Ar hashfile
+.Op Fl o Ar 1 | 2
.Op Fl s Ar string
.Op Ar
.Sh DESCRIPTION
option may not be used in conjunction with more than a single
.Fl a
option.
+.It Fl h Ar hashfile
+Place the checksum into
+.Ar hashfile
+instead of stdout.
.It Fl o Ar 1 | 2
Use historic algorithms instead of the (superior) default one
(see below).
.It Fl r
Reverse the format of the hash algorithm output, making
it match the checksum output format.
-.It Fl h Ar hashfile
-Place the checksum into
-.Ar hashfile
-instead of stdout.
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.\" $OpenBSD: md5.1,v 1.35 2014/01/08 14:15:54 deraadt Exp $
+.\" $OpenBSD: md5.1,v 1.36 2014/01/08 16:12:44 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
This will validate any of the supported checksums (see
.Xr cksum 1 ) .
If no file is given, stdin is used.
+.It Fl h Ar hashfile
+Place the checksum into
+.Ar hashfile
+instead of stdout.
.It Fl p
Echoes stdin to stdout and appends the
checksum to stdout.
Reverse the format of the hash algorithm output, making
it match the output format used by
.Xr cksum 1 .
-.It Fl h Ar hashfile
-Place the checksum into
-.Ar hashfile
-instead of stdout.
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.\" $OpenBSD: sha1.1,v 1.33 2014/01/08 14:15:54 deraadt Exp $
+.\" $OpenBSD: sha1.1,v 1.34 2014/01/08 16:12:44 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
This will validate any of the supported checksums (see
.Xr cksum 1 ) .
If no file is given, stdin is used.
+.It Fl h Ar hashfile
+Place the checksum into
+.Ar hashfile
+instead of stdout.
.It Fl p
Echoes stdin to stdout and appends the
checksum to stdout.
Reverse the format of the hash algorithm output, making
it match the output format used by
.Xr cksum 1 .
-.It Fl h Ar hashfile
-Place the checksum into
-.Ar hashfile
-instead of stdout.
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.\" $OpenBSD: sha256.1,v 1.8 2014/01/08 14:15:54 deraadt Exp $
+.\" $OpenBSD: sha256.1,v 1.9 2014/01/08 16:12:44 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
This will validate any of the supported checksums (see
.Xr cksum 1 ) .
If no file is given, stdin is used.
+.It Fl h Ar hashfile
+Place the checksum into
+.Ar hashfile
+instead of stdout.
.It Fl p
Echoes stdin to stdout and appends the
checksum to stdout.
Reverse the format of the hash algorithm output, making
it match the output format used by
.Xr cksum 1 .
-.It Fl h Ar hashfile
-Place the checksum into
-.Ar hashfile
-instead of stdout.
.It Fl s Ar string
Prints a checksum of the given
.Ar string .