summaryrefslogtreecommitdiff
path: root/src/lib
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
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')
-rw-r--r--src/lib/libc/stdlib/hcreate.311
-rw-r--r--src/lib/libc/stdlib/tsearch.35
2 files changed, 7 insertions, 9 deletions
diff --git a/src/lib/libc/stdlib/hcreate.3 b/src/lib/libc/stdlib/hcreate.3
index a1ad251487..66b1dd126d 100644
--- a/src/lib/libc/stdlib/hcreate.3
+++ b/src/lib/libc/stdlib/hcreate.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: hcreate.3,v 1.2 2005/07/26 04:20:23 jaredy Exp $ 1.\" $OpenBSD: hcreate.3,v 1.3 2006/01/30 19:50:41 jmc Exp $
2.\" $NetBSD: hcreate.3,v 1.6 2003/04/16 13:34:46 wiz Exp $ 2.\" $NetBSD: hcreate.3,v 1.6 2003/04/16 13:34:46 wiz Exp $
3.\" 3.\"
4.\" Copyright (c) 1999 The NetBSD Foundation, Inc. 4.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -177,13 +177,8 @@ Insufficient memory is available.
177.Xr malloc 3 , 177.Xr malloc 3 ,
178.Xr strcmp 3 178.Xr strcmp 3
179.Sh STANDARDS 179.Sh STANDARDS
180The 180These functions conform to
181.Fn hcreate , 181.St -p1003.1-2004 .
182.Fn hdestroy ,
183and
184.Fn hsearch
185functions conform to
186.St -xpg4.2 .
187.Sh HISTORY 182.Sh HISTORY
188The 183The
189.Fn hcreate , 184.Fn hcreate ,
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 .