From b31538fed82c8846b1dedaaee10490bbf09b0bce Mon Sep 17 00:00:00 2001 From: swildner Date: Sat, 21 Jul 2007 17:45:54 +0000 Subject: [PATCH] Fix function name. --- lib/libc/db/man/hash.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index c42a8409ba..252bc77e36 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -27,7 +27,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" $FreeBSD: src/lib/libc/db/man/hash.3,v 1.4.2.3 2003/02/23 19:45:52 trhodes Exp $ -.\" $DragonFly: src/lib/libc/db/man/hash.3,v 1.4 2006/05/26 19:39:36 swildner Exp $ +.\" $DragonFly: src/lib/libc/db/man/hash.3,v 1.5 2007/07/21 17:45:54 swildner Exp $ .\" .Dd August 18, 1994 .Dt HASH 3 @@ -157,7 +157,7 @@ ignored and the values specified when the tree was created are used. If a .Nm function is specified, -.Fn hash_open +.Fn __hash_open will attempt to determine if the .Nm function specified is the same as -- 2.11.4.GIT