[Midnightbsd-cvs] src [10623] trunk/lib/libc/db/man/hash.3: fix man page entry

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 12:20:24 EDT 2018


Revision: 10623
          http://svnweb.midnightbsd.org/src/?rev=10623
Author:   laffer1
Date:     2018-06-09 12:20:24 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
fix man page entry

Modified Paths:
--------------
    trunk/lib/libc/db/man/hash.3

Property Changed:
----------------
    trunk/lib/libc/db/man/hash.3

Modified: trunk/lib/libc/db/man/hash.3
===================================================================
--- trunk/lib/libc/db/man/hash.3	2018-06-09 16:18:54 UTC (rev 10622)
+++ trunk/lib/libc/db/man/hash.3	2018-06-09 16:20:24 UTC (rev 10623)
@@ -26,7 +26,8 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	@(#)hash.3	8.6 (Berkeley) 8/18/94
-.\" $FreeBSD$
+.\" $FreeBSD: stable/10/lib/libc/db/man/hash.3 231564 2012-02-12 18:29:56Z ed $
+.\" $MidnightBSD$
 .\"
 .Dd August 18, 1994
 .Dt HASH 3
@@ -65,7 +66,7 @@
 	u_int ffactor;
 	u_int nelem;
 	u_int cachesize;
-	u_int32_t (*hash)(const void *, size_t);
+	uint32_t (*hash)(const void *, size_t);
 	int lorder;
 } HASHINFO;
 .Ed


Property changes on: trunk/lib/libc/db/man/hash.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list