diff options
Diffstat (limited to 'lib/libc/stdlib/hcreate.3')
-rw-r--r-- | lib/libc/stdlib/hcreate.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/stdlib/hcreate.3 b/lib/libc/stdlib/hcreate.3 index ea264b57c84..610d2f3f88f 100644 --- a/lib/libc/stdlib/hcreate.3 +++ b/lib/libc/stdlib/hcreate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hcreate.3,v 1.6 2010/07/28 09:00:20 ray Exp $ +.\" $OpenBSD: hcreate.3,v 1.7 2016/03/12 21:31:22 mmcc Exp $ .\" $NetBSD: hcreate.3,v 1.8 2010/05/01 06:18:03 jruoho Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 28 2010 $ +.Dd $Mdocdate: March 12 2016 $ .Dt HCREATE 3 .Os .Sh NAME @@ -159,11 +159,6 @@ Otherwise, a value of 0 is returned and .Va errno is set to indicate the error. .Pp -The -.Fn hdestroy -functions -returns no value. -.Pp If successful, the .Fn hsearch function returns a pointer to a hash table entry matching |