diff options
author | jmc <> | 2006-01-30 19:50:41 +0000 |
---|---|---|
committer | jmc <> | 2006-01-30 19:50:41 +0000 |
commit | e709e51f1daafc746fe73fe4af0bf7d334bb3f0a (patch) | |
tree | 74dd7d67b14c64bfba8b2d87242eac5400db5e48 /src/lib/libc/stdlib/hcreate.3 | |
parent | 9a4d7f3f204beeffd203f2d34f204cc19d7321e4 (diff) | |
download | openbsd-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/hcreate.3')
-rw-r--r-- | src/lib/libc/stdlib/hcreate.3 | 11 |
1 files changed, 3 insertions, 8 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 |
180 | The | 180 | These functions conform to |
181 | .Fn hcreate , | 181 | .St -p1003.1-2004 . |
182 | .Fn hdestroy , | ||
183 | and | ||
184 | .Fn hsearch | ||
185 | functions conform to | ||
186 | .St -xpg4.2 . | ||
187 | .Sh HISTORY | 182 | .Sh HISTORY |
188 | The | 183 | The |
189 | .Fn hcreate , | 184 | .Fn hcreate , |