summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-09-02 18:32:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-09-02 18:32:40 +0000
commit30e38d45af35608a2a86f649c2a53711f505334c (patch)
tree66e0cfdd8c7cac807d1fc8b2db14cec9422f5f59 /share
parent84f8b7e770414253a6487e24314b0394d290a379 (diff)
remove one more reference to the recently removed hash(9);
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/hashinit.94
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/hashinit.9 b/share/man/man9/hashinit.9
index 7933f79473c..7da84f42791 100644
--- a/share/man/man9/hashinit.9
+++ b/share/man/man9/hashinit.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hashinit.9,v 1.6 2016/09/02 17:37:49 tedu Exp $
+.\" $OpenBSD: hashinit.9,v 1.7 2016/09/02 18:32:39 jmc Exp $
.\"
.\" Copyright (c) 2001 Tobias Weingartner
.\" All rights reserved.
@@ -58,8 +58,6 @@ The
.Fa mask
argument is used to pass back the mask for use with the allocated
hashing table.
-For an example of its use, see
-.Xr hash 9 .
.Sh RETURN VALUES
The
.Fn hashinit