diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-11-12 14:29:49 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-11-12 14:29:49 +0000 |
commit | 25abdf505788e84530b9a48cbaf83af2b8de7004 (patch) | |
tree | e86d7d41b6d5be8efec02a03c4d2319de84a38fa /bin/md5/md5.1 | |
parent | 03c2576a9006140873d8b0b3ec6e50f05fe4f2e0 (diff) |
correct references.
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r-- | bin/md5/md5.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index 8b0e10a9318..5ecd0c07ced 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.2 1997/07/12 21:26:57 millert Exp $ +.\" $OpenBSD: md5.1,v 1.3 1997/11/12 14:29:47 provos Exp $ .\" .Dd February 14, 1994 .Dt MD5 1 @@ -49,7 +49,8 @@ standard input is used. .El .Sh SEE ALSO .Xr cksum 1 , -.Xr sha1 1 +.Xr sha1 1 , +.Xr rmd160 1 .Pp RFC 1321 describes in detail the MD2, MD4, and MD5 message-digest algorithms. .Sh ACKNOWLEDGEMENTS |