From b52f0e7ec2d9425587a232455491ba10fc7168a4 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 3 Mar 1996 09:04:40 +0000 Subject: [PATCH] Don't reference ndbm(3) manpage. Everything is covered by db(3). --- include/ndbm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ndbm.h b/include/ndbm.h index a545bca1326ef..8d50be8655bff 100644 --- a/include/ndbm.h +++ b/include/ndbm.h @@ -49,7 +49,7 @@ #define DBM_REPLACE 1 /* - * The db(3) support for ndbm(3) always appends this suffix to the + * The db(3) support for ndbm always appends this suffix to the * file name to avoid overwriting the user's original database. */ #define DBM_SUFFIX ".db"