summaryrefslogtreecommitdiff
path: root/lib/libc/hash/rmd160.3
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2004-05-16 18:29:10 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2004-05-16 18:29:10 +0000
commit212d73eed64f69ec01d91f0552c0e85f9ef6024a (patch)
treee3355feab0d05285c022414ff73e948ac9ee215a /lib/libc/hash/rmd160.3
parent1b49d4890b01e1ba4c20384d236e1e8e0309c53d (diff)
Add .Xr's to the commands implementing the various digests. ok millert@
Diffstat (limited to 'lib/libc/hash/rmd160.3')
-rw-r--r--lib/libc/hash/rmd160.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 1d685ed0d24..112c68a1658 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.24 2004/05/03 17:30:14 millert Exp $
+.\" $OpenBSD: rmd160.3,v 1.25 2004/05/16 18:29:09 otto Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -198,6 +198,7 @@ char *buf = "abc";
printf("0x%s\en", RMD160Data(buf, strlen(buf), output));
.Ed
.Sh SEE ALSO
+.Xr cksum 1 ,
.Xr rmd160 1 ,
.Xr md4 3 ,
.Xr md5 3 ,