summaryrefslogtreecommitdiff
path: root/bin/md5/md5.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-05-04 18:32:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-05-04 18:32:52 +0000
commit0162323249d08350390f94f368368d6bbef628da (patch)
tree27edc0ae9e70955d775327552ecc2f08e04ba253 /bin/md5/md5.1
parentbc0459611ef65a529cbab2cb293ca63c522b9607 (diff)
- simplify synopses
- correct macros - various grammatical fixes ok millert@
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r--bin/md5/md5.119
1 files changed, 11 insertions, 8 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index 9cb9140524f..de172c8b0ab 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.18 2004/05/02 17:53:29 millert Exp $
+.\" $OpenBSD: md5.1,v 1.19 2004/05/04 18:32:51 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -27,9 +27,9 @@
.Sh SYNOPSIS
.Nm md5
.Oo
-.Fl p | Fl t | Fl x |
+.Fl p | t | x |
+.Fl c Oo Ar checklist ... Oc |
.Fl s Ar string |
-.Fl c Ar [ checklist ... ] |
.Ar file ...
.Oc
.Sh DESCRIPTION
@@ -50,22 +50,25 @@ such as
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl s Ar string
-Prints a checksum of the given
-.Ar string .
-.It Fl c Ar [ checklist ... ]
+.It Xo
+.Fl c
+.Op Ar checklist ...
+.Xc
Compares all checksums contained in the file
.Ar checklist
with newly computed checksums for the corresponding files.
Output consists of the digest used, the file name,
and an OK or FAILED for the result of the comparison.
This will validate any of the supported checksums (see
-.Xr cksum 1 ).
+.Xr cksum 1 ) .
If no file is given, stdin is used.
.It Fl p
Echoes stdin to stdout and appends the
.Em MD5
sum to stdout.
+.It Fl s Ar string
+Prints a checksum of the given
+.Ar string .
.It Fl t
Runs a built-in time trial.
.It Fl x