diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-01-30 11:37:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-01-30 11:37:59 +0000 |
commit | dc8fa2f4c92445193b6697c6ee91550ad14038b8 (patch) | |
tree | 8ad07f8c2ec691a3a4bdc2bf71784a13497524b6 /lib/libc | |
parent | b4ba8f3636dd2aed3de82c3b6ac26d61343fdc0f (diff) |
word fix; from edgar pettijohn
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/hcreate.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/hcreate.3 b/lib/libc/stdlib/hcreate.3 index 610d2f3f88f..90bde1995ff 100644 --- a/lib/libc/stdlib/hcreate.3 +++ b/lib/libc/stdlib/hcreate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hcreate.3,v 1.7 2016/03/12 21:31:22 mmcc Exp $ +.\" $OpenBSD: hcreate.3,v 1.8 2018/01/30 11:37:58 jmc 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: March 12 2016 $ +.Dd $Mdocdate: January 30 2018 $ .Dt HCREATE 3 .Os .Sh NAME @@ -78,7 +78,7 @@ the data can no longer be accessed. .Pp The .Fn hsearch -function is used to search to the hash table. +function is used to search the hash table. It returns a pointer into the hash table indicating the address of an item. The |