diff options
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 379ed49..58fb5db 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" |