diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-04 18:32:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-04 18:32:52 +0000 |
commit | 0162323249d08350390f94f368368d6bbef628da (patch) | |
tree | 27edc0ae9e70955d775327552ecc2f08e04ba253 /bin/md5/rmd160.1 | |
parent | bc0459611ef65a529cbab2cb293ca63c522b9607 (diff) |
- simplify synopses
- correct macros
- various grammatical fixes
ok millert@
Diffstat (limited to 'bin/md5/rmd160.1')
-rw-r--r-- | bin/md5/rmd160.1 | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index 014973a45a9..3ddabbc732a 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.1,v 1.16 2004/05/02 17:53:29 millert Exp $ +.\" $OpenBSD: rmd160.1,v 1.17 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 rmd160 .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 ... ] -Compares all checksums contained in the file +.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 RMD-160 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 |