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/md5.1 | |
parent | 1702566aa153505bb5b786d9dece0bde8389208a (diff) |
alphabetize SEE ALSO entries and numerically order according to section
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r-- | bin/md5/md5.1 | 6 |
1 files changed, 3 insertions, 3 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 |