diff options
author | 2006-01-30 19:50:41 +0000 | |
---|---|---|
committer | 2006-01-30 19:50:41 +0000 | |
commit | 0fa203241392ec9c8671b756c31d20b1563073a6 (patch) | |
tree | 23cd439b1e3fbb94f147d0021f9963cbe91e9d88 /lib/libc/stdlib/hcreate.3 | |
parent | strerror() -> rcs_errstr() when passing rcs_errno as argument; (diff) | |
download | wireguard-openbsd-0fa203241392ec9c8671b756c31d20b1563073a6.tar.xz wireguard-openbsd-0fa203241392ec9c8671b756c31d20b1563073a6.zip |
document posixness;
fixes pr #4996, from joachim schipper;
Diffstat (limited to 'lib/libc/stdlib/hcreate.3')
-rw-r--r-- | lib/libc/stdlib/hcreate.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libc/stdlib/hcreate.3 b/lib/libc/stdlib/hcreate.3 index a1ad2514870..66b1dd126df 100644 --- a/lib/libc/stdlib/hcreate.3 +++ b/lib/libc/stdlib/hcreate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hcreate.3,v 1.2 2005/07/26 04:20:23 jaredy Exp $ +.\" $OpenBSD: hcreate.3,v 1.3 2006/01/30 19:50:41 jmc Exp $ .\" $NetBSD: hcreate.3,v 1.6 2003/04/16 13:34:46 wiz Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -177,13 +177,8 @@ Insufficient memory is available. .Xr malloc 3 , .Xr strcmp 3 .Sh STANDARDS -The -.Fn hcreate , -.Fn hdestroy , -and -.Fn hsearch -functions conform to -.St -xpg4.2 . +These functions conform to +.St -p1003.1-2004 . .Sh HISTORY The .Fn hcreate , |