diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-30 19:50:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-30 19:50:42 +0000 |
commit | 8e632030c0189a4ba2df8040a15a6e40888ebcc7 (patch) | |
tree | 3d1322c7a8563d8afcfd425381e262574eff2c51 /lib | |
parent | 4401a63ec9155a6c4b79ea25534ba711d0a8d997 (diff) |
document posixness;
fixes pr #4996, from joachim schipper;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/hcreate.3 | 11 | ||||
-rw-r--r-- | lib/libc/stdlib/tsearch.3 | 5 |
2 files changed, 7 insertions, 9 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 , diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 15d7b84a3a3..589f0574a88 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsearch.3,v 1.12 2003/06/17 21:56:24 millert Exp $ +.\" $OpenBSD: tsearch.3,v 1.13 2006/01/30 19:50:41 jmc Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -114,3 +114,6 @@ function returns no value. .Sh SEE ALSO .Xr bsearch 3 , .Xr lsearch 3 +.Sh STANDARDS +These functions conform to +.St -p1003.1-2004 . |