summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <>2018-01-30 11:37:58 +0000
committerjmc <>2018-01-30 11:37:58 +0000
commit4abeb9fadfe9cfcb0d520e2436c0e003e33eb135 (patch)
tree23e062beb7018c5ff937ee0fb787c0c1df330c32 /src/lib/libc/stdlib
parent681149c5ef799d23c40b6f0e8461f1e4e27b8865 (diff)
downloadopenbsd-4abeb9fadfe9cfcb0d520e2436c0e003e33eb135.tar.gz
openbsd-4abeb9fadfe9cfcb0d520e2436c0e003e33eb135.tar.bz2
openbsd-4abeb9fadfe9cfcb0d520e2436c0e003e33eb135.zip
word fix; from edgar pettijohn
Diffstat (limited to 'src/lib/libc/stdlib')
-rw-r--r--src/lib/libc/stdlib/hcreate.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/hcreate.3 b/src/lib/libc/stdlib/hcreate.3
index 610d2f3f88..90bde1995f 100644
--- a/src/lib/libc/stdlib/hcreate.3
+++ b/src/lib/libc/stdlib/hcreate.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: hcreate.3,v 1.7 2016/03/12 21:31:22 mmcc Exp $ 1.\" $OpenBSD: hcreate.3,v 1.8 2018/01/30 11:37:58 jmc Exp $
2.\" $NetBSD: hcreate.3,v 1.8 2010/05/01 06:18:03 jruoho Exp $ 2.\" $NetBSD: hcreate.3,v 1.8 2010/05/01 06:18:03 jruoho Exp $
3.\" 3.\"
4.\" Copyright (c) 1999 The NetBSD Foundation, Inc. 4.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE. 29.\" POSSIBILITY OF SUCH DAMAGE.
30.\" 30.\"
31.Dd $Mdocdate: March 12 2016 $ 31.Dd $Mdocdate: January 30 2018 $
32.Dt HCREATE 3 32.Dt HCREATE 3
33.Os 33.Os
34.Sh NAME 34.Sh NAME
@@ -78,7 +78,7 @@ the data can no longer be accessed.
78.Pp 78.Pp
79The 79The
80.Fn hsearch 80.Fn hsearch
81function is used to search to the hash table. 81function is used to search the hash table.
82It returns a pointer into the 82It returns a pointer into the
83hash table indicating the address of an item. 83hash table indicating the address of an item.
84The 84The