diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 13:11:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 13:11:15 +0000 |
commit | a2a3121d7669033166b5b6e62dc845b393a310bc (patch) | |
tree | 4048705ff5e36adc496bf7263c0215dd7f64c3ba | |
parent | 292ab558e2c81fcccef2f789c0bd04bdc4029d2b (diff) |
section reorder;
-rw-r--r-- | lib/libc/db/man/hcreate.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/man/hcreate.3 b/lib/libc/db/man/hcreate.3 index 2afc1f9b211..89286d15aeb 100644 --- a/lib/libc/db/man/hcreate.3 +++ b/lib/libc/db/man/hcreate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hcreate.3,v 1.3 2002/05/01 08:03:29 mpech Exp $ +.\" $OpenBSD: hcreate.3,v 1.4 2003/05/30 13:11:14 jmc Exp $ .\" $NetBSD: hcreate.3,v 1.2.4.1 2001/03/13 21:19:18 he Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -183,8 +183,6 @@ and .Fn hsearch functions conform to .St -xpg4.2 . -.Sh BUGS -The interface permits the use of only one hash table at a time. .Sh HISTORY The .Fn hcreate , @@ -193,3 +191,5 @@ and .Fn hsearch functions first appeared in .At V . +.Sh BUGS +The interface permits the use of only one hash table at a time. |