summaryrefslogtreecommitdiff
path: root/bin/md5/md5.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-14 22:14:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-14 22:14:01 +0000
commitd7b87853ad02031845dedc2e4eb43470f70629b2 (patch)
tree6711d6705a3d61a8fc1398a0e93943d2c24e793f /bin/md5/md5.1
parent0e57f2a299667350f0094976659b7e7f6dee3478 (diff)
First complete sweep of man pages, bin/. Command/function names previously
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r--bin/md5/md5.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index 7f21d8c8c37..fe17d6cb094 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,11 +1,11 @@
-.\" $OpenBSD: md5.1,v 1.4 1998/01/02 07:04:23 deraadt Exp $
+.\" $OpenBSD: md5.1,v 1.5 1998/09/14 22:13:50 aaron Exp $
.\"
.Dd February 14, 1994
.Dt MD5 1
.Os
.Sh NAME
.Nm md5
-.Nd "calculate a message-digest fingerprint (checksum) for a file"
+.Nd calculate a message-digest fingerprint (checksum) for a file
.Sh SYNOPSIS
.Nm
.Op Fl ptx
@@ -32,16 +32,16 @@ sum of each file listed on the command line is printed after the options
are processed.
.Bl -tag -width Fl
.It Fl s Ar string
-prints a checksum of the given
+Prints a checksum of the given
.Ar string .
.It Fl p
-echos stdin to stdout and appends the
+Echos stdin to stdout and appends the
.Em MD5
sum to stdout.
.It Fl t
-runs a built-in time trial.
+Runs a built-in time trial.
.It Fl x
-runs a built-in test script.
+Runs a built-in test script.
.El
.Sh SEE ALSO
.Xr cksum 1 ,