diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 00:13:51 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 00:13:51 +0000 |
commit | 93a6e10cf261f623435b25f06a399d212cac7fd4 (patch) | |
tree | 081da8a1d1023e2ce37e8ed0f4850a3545c38ff1 /bin/md5 | |
parent | 1702566aa153505bb5b786d9dece0bde8389208a (diff) |
alphabetize SEE ALSO entries and numerically order according to section
Diffstat (limited to 'bin/md5')
-rw-r--r-- | bin/md5/md5.1 | 6 | ||||
-rw-r--r-- | bin/md5/rmd160.1 | 13 | ||||
-rw-r--r-- | bin/md5/sha1.1 | 12 |
3 files changed, 16 insertions, 15 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index fe17d6cb094..977992b00d0 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.5 1998/09/14 22:13:50 aaron Exp $ +.\" $OpenBSD: md5.1,v 1.6 1998/09/23 00:13:49 aaron Exp $ .\" .Dd February 14, 1994 .Dt MD5 1 @@ -45,8 +45,8 @@ Runs a built-in test script. .El .Sh SEE ALSO .Xr cksum 1 , -.Xr sha1 1 , -.Xr rmd160 1 +.Xr rmd160 1 , +.Xr sha1 1 .Pp RFC 1321 describes in detail the MD2, MD4, and MD5 message-digest algorithms. .Sh ACKNOWLEDGEMENTS diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index 746a81c6b8f..2dee8c6a7ab 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,11 +1,11 @@ -.\" $OpenBSD: rmd160.1,v 1.3 1998/01/02 07:04:24 deraadt Exp $ +.\" $OpenBSD: rmd160.1,v 1.4 1998/09/23 00:13:49 aaron Exp $ .\" .Dd July 16, 1997 .Dt RMD160 1 .Os .Sh NAME .Nm rmd160 -.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,15 +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 string. +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 RMD-160 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 , diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1 index eb8da56fbfb..f574c92ee1b 100644 --- a/bin/md5/sha1.1 +++ b/bin/md5/sha1.1 @@ -1,11 +1,11 @@ -.\" $OpenBSD: sha1.1,v 1.4 1998/01/02 07:04:24 deraadt Exp $ +.\" $OpenBSD: sha1.1,v 1.5 1998/09/23 00:13:49 aaron Exp $ .\" .Dd July 12, 1997 .Dt SHA1 1 .Os .Sh NAME .Nm sha1 -.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 SHA-1 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 , |