summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-05 15:00:21 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-05 15:00:21 +0000
commite84a6580c6d4a4e841036c9d2862bff3b2f1b01b (patch)
treee55702321d9471bdf79202fe67f0e633f2fd0961 /lib
parent60babc55652351c857109dbabea84d5dbf52e6e3 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/mpool.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3
index 379ed49fcb26..58fb5db405c3 100644
--- a/lib/libc/db/man/mpool.3
+++ b/lib/libc/db/man/mpool.3
@@ -42,7 +42,7 @@
.Fd "#include <db.h>"
.Fd "#include <mpool.h>"
.Ft MPOOL *
-.Fn mpool_open "DBT *key" "int fd" "pgno_t pagesize" "pgno_t maxcache"
+.Fn mpool_open "void *key" "int fd" "pgno_t pagesize" "pgno_t maxcache"
.Ft void
.Fo mpool_filter
.Fa "MPOOL *mp"