summaryrefslogtreecommitdiff
path: root/bin/md5/md5.1
diff options
context:
space:
mode:
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 ,