summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-10-18 07:17:16 +0000
committeraaron <aaron@openbsd.org>2000-10-18 07:17:16 +0000
commit8bdf452648127e6ba2a1cd1aabe7a5f66596d76c (patch)
tree61b9aabc8b0ce69b095929dd4782ce7994bcffab
parenttypo (diff)
downloadwireguard-openbsd-8bdf452648127e6ba2a1cd1aabe7a5f66596d76c.tar.xz
wireguard-openbsd-8bdf452648127e6ba2a1cd1aabe7a5f66596d76c.zip
Properly introduce options.
-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 ,