summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tsearch.3
diff options
context:
space:
mode:
authorjmc <>2006-01-30 19:50:41 +0000
committerjmc <>2006-01-30 19:50:41 +0000
commite709e51f1daafc746fe73fe4af0bf7d334bb3f0a (patch)
tree74dd7d67b14c64bfba8b2d87242eac5400db5e48 /src/lib/libc/stdlib/tsearch.3
parent9a4d7f3f204beeffd203f2d34f204cc19d7321e4 (diff)
downloadopenbsd-e709e51f1daafc746fe73fe4af0bf7d334bb3f0a.tar.gz
openbsd-e709e51f1daafc746fe73fe4af0bf7d334bb3f0a.tar.bz2
openbsd-e709e51f1daafc746fe73fe4af0bf7d334bb3f0a.zip
document posixness;
fixes pr #4996, from joachim schipper;
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.3')
-rw-r--r--src/lib/libc/stdlib/tsearch.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3
index 15d7b84a3a..589f0574a8 100644
--- a/src/lib/libc/stdlib/tsearch.3
+++ b/src/lib/libc/stdlib/tsearch.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tsearch.3,v 1.12 2003/06/17 21:56:24 millert Exp $ 1.\" $OpenBSD: tsearch.3,v 1.13 2006/01/30 19:50:41 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -114,3 +114,6 @@ function returns no value.
114.Sh SEE ALSO 114.Sh SEE ALSO
115.Xr bsearch 3 , 115.Xr bsearch 3 ,
116.Xr lsearch 3 116.Xr lsearch 3
117.Sh STANDARDS
118These functions conform to
119.St -p1003.1-2004 .