summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2009-07-21 12:40:52 +0000
committerjoerg <joerg@NetBSD.org>2009-07-21 12:40:52 +0000
commited9dacacc0b0e89c95dd4a827d0c7d8edbc4c7ff (patch)
tree9d5da72856ab8196740a922622b62888d75c58e0 /lib/libc/stdlib
parentb6cfe437c9330feae41293d7387be0e85f766384 (diff)
Add HISTORY.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/mi_vector_hash.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdlib/mi_vector_hash.3 b/lib/libc/stdlib/mi_vector_hash.3
index ef2f6fb654f..6827e6124e8 100644
--- a/lib/libc/stdlib/mi_vector_hash.3
+++ b/lib/libc/stdlib/mi_vector_hash.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: mi_vector_hash.3,v 1.1 2009/07/20 17:03:37 joerg Exp $
+.\" $NetBSD: mi_vector_hash.3,v 1.2 2009/07/21 12:40:52 joerg Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,5 +56,10 @@ and
An optimised code path is used if
.Fa key
is aligned on a 32-bit boundary.
+.Sh HISTORY
+The
+.Nm
+function appeared in
+.Nx 6.0 .
.Sh AUTHORS
The hash function has been created by Bob Jenkins.