From 2381583524bd7679b9e475f7ce722874d1eea618 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 10 May 2008 18:22:41 +0000 Subject: [PATCH] Fix function name. --- lib/libc/db/man/dbm.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index f69807c0f6..3b2cb865eb 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -14,7 +14,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/db/man/dbm.3,v 1.2.2.5 2003/03/15 15:11:05 trhodes Exp $ -.\" $DragonFly: src/lib/libc/db/man/dbm.3,v 1.4 2007/08/18 20:48:47 swildner Exp $ +.\" $DragonFly: src/lib/libc/db/man/dbm.3,v 1.5 2008/05/10 18:22:41 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -198,7 +198,7 @@ The function returns subsequent keys. The -.Fn db_firstkey +.Fn dbm_firstkey function must be called before .Fn dbm_nextkey . -- 2.41.0