diff options
author | 2005-07-29 08:51:13 +0000 | |
---|---|---|
committer | 2005-07-29 08:51:13 +0000 | |
commit | 7c4cd22125cac22d1ac1d6fe786c49fc5b2cfdd4 (patch) | |
tree | 687cd08ec222a142def2b8fe80c623ce0c8616f6 /lib | |
parent | Use one "struct pf_state key" declaration at top of pf_test_state_icmp, (diff) | |
download | wireguard-openbsd-7c4cd22125cac22d1ac1d6fe786c49fc5b2cfdd4.tar.xz wireguard-openbsd-7c4cd22125cac22d1ac1d6fe786c49fc5b2cfdd4.zip |
tidy up SEE ALSO;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/ohash/ohash_init.3 | 4 |
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. |