Module Name: src
Committed By: joerg
Date: Tue Jul 21 12:40:53 UTC 2009
Modified Files:
src/lib/libc/stdlib: mi_vector_hash.3
Log Message:
Add HISTORY.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/mi_vector_hash.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/mi_vector_hash.3
diff -u src/lib/libc/stdlib/mi_vector_hash.3:1.1 src/lib/libc/stdlib/mi_vector_hash.3:1.2
--- src/lib/libc/stdlib/mi_vector_hash.3:1.1 Mon Jul 20 17:03:37 2009
+++ src/lib/libc/stdlib/mi_vector_hash.3 Tue Jul 21 12:40:52 2009
@@ -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 @@
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.