summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2018-01-30 11:37:58 +0000
committerjmc <>2018-01-30 11:37:58 +0000
commit847cc56b5d34975d137c9ac5be697d5a97d442e4 (patch)
tree23e062beb7018c5ff937ee0fb787c0c1df330c32
parent8fcd4af0641224be17074f3354be9c2b26a373d9 (diff)
downloadopenbsd-847cc56b5d34975d137c9ac5be697d5a97d442e4.tar.gz
openbsd-847cc56b5d34975d137c9ac5be697d5a97d442e4.tar.bz2
openbsd-847cc56b5d34975d137c9ac5be697d5a97d442e4.zip
word fix; from edgar pettijohn
-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