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
+1 -1
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"