summaryrefslogtreecommitdiff
path: root/lib/libc/ohash/ohash_init.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-29 08:51:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-29 08:51:14 +0000
commitfbfcd8ffbdaf69030692902d77c9e33fd9e58da7 (patch)
tree5708241eae9bdffa0f0c2ae371d0d461063a455f /lib/libc/ohash/ohash_init.3
parent53530ebaaab64f17d0d832ced4e25320f2a4fd6f (diff)
tidy up SEE ALSO;
Diffstat (limited to 'lib/libc/ohash/ohash_init.3')
-rw-r--r--lib/libc/ohash/ohash_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3
index 39da2e7303a..1a65f8f8403 100644
--- a/lib/libc/ohash/ohash_init.3
+++ b/lib/libc/ohash/ohash_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohash_init.3,v 1.11 2005/07/22 03:23:37 jaredy Exp $
+.\" $OpenBSD: ohash_init.3,v 1.12 2005/07/29 08:51:13 jmc Exp $
.\" Copyright (c) 1999 Marc Espie <espie@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -211,6 +211,7 @@ call.
.Pp
Multi-threaded applications should explicitly protect ohash table access.
.Sh SEE ALSO
+.Xr ohash_interval 3
.Rs
.%A Donald E. Knuth
.%B The Art of Computer Programming
@@ -218,7 +219,6 @@ Multi-threaded applications should explicitly protect ohash table access.
.%P pp 506-550
.%D 1973
.Re
-.Xr ohash_interval 3
.Sh STANDARDS
Those functions are completely non-standard and should be avoided in
portable programs.