summaryrefslogtreecommitdiff
path: root/bin/md5/md5.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 07:17:17 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 07:17:17 +0000
commit89af3d6efb67321a6e69791d9dd37380992f1b3f (patch)
tree9b11f65d6d89dc4471ac1486c421c43c73386daf /bin/md5/md5.1
parentecb9bbe8828718da4a9444078d01724eeb453fa2 (diff)
Properly introduce options.
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r--bin/md5/md5.115
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index 304a6740d30..f18be985557 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.8 2000/03/17 18:15:14 aaron Exp $
+.\" $OpenBSD: md5.1,v 1.9 2000/10/18 07:17:16 aaron Exp $
.\"
.Dd February 14, 1994
.Dt MD5 1
@@ -25,12 +25,8 @@ large file must be "compressed" in a secure manner before being
encrypted with a private (secret) key under a public-key cryptosystem
such as
.Em RSA .
-.Sh OPTIONS
-The following four options may be used in any combination and must
-precede any files named on the command line.
-The MD5
-sum of each file listed on the command line is printed after the options
-are processed.
+.Pp
+The options are as follows:
.Bl -tag -width Fl
.It Fl s Ar string
Prints a checksum of the given
@@ -44,6 +40,11 @@ Runs a built-in time trial.
.It Fl x
Runs a built-in test script.
.El
+.Pp
+These four options may be used in any combination and must
+precede any files named on the command line.
+The MD5 sum of each file listed on the command line is printed after the
+options are processed.
.Sh SEE ALSO
.Xr cksum 1 ,
.Xr rmd160 1 ,