diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-09 16:40:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-09 16:40:16 +0000 |
commit | e8f78711a965c3eeb7fc3dc9b8a0f4b854d6bb8d (patch) | |
tree | 93c122b835ab9b2ff65fc44419b8fc3dfee02749 /lib/libc/db | |
parent | b72b7c759ba3bd1ac5fe27559c7c27e4e91b77b9 (diff) |
Remove the mpool(3) manpages
prodded by miod@
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/Makefile.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index 4afd83c05c5..069435a842d 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2015/04/06 09:05:32 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2015/09/09 16:40:15 guenther Exp $ # CFLAGS+=-D__DBINTERFACE_PRIVATE @@ -19,13 +19,10 @@ SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ .PATH: ${LIBCSRCDIR}/db/man -MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 ndbm.3 recno.3 +MAN+= btree.3 dbm.3 dbopen.3 hash.3 ndbm.3 recno.3 MLINKS+= dbopen.3 db.3 MLINKS+= dbm.3 dbminit.3 dbm.3 dbmclose.3 dbm.3 fetch.3 dbm.3 store.3 MLINKS+= dbm.3 delete.3 dbm.3 firstkey.3 dbm.3 nextkey.3 -MLINKS+= mpool.3 mpool_open.3 mpool.3 mpool_filter.3 mpool.3 mpool_new.3 -MLINKS+= mpool.3 mpool_delete.3 mpool.3 mpool_get.3 mpool.3 mpool_put.3 -MLINKS+= mpool.3 mpool_sync.3 mpool.3 mpool_close.3 MLINKS+= ndbm.3 dbm_clearerr.3 ndbm.3 dbm_close.3 ndbm.3 dbm_delete.3 MLINKS+= ndbm.3 dbm_dirfno.3 ndbm.3 dbm_error.3 ndbm.3 dbm_fetch.3 MLINKS+= ndbm.3 dbm_firstkey.3 ndbm.3 dbm_nextkey.3 ndbm.3 dbm_open.3 |