Don't reference ndbm(3) manpage. Everything is covered by db(3).

This commit is contained in:
Jordan K. Hubbard 1996-03-03 09:04:40 +00:00
parent 1303222562
commit 7a532e559d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14352

View File

@ -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"