diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 03:51:26 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 03:51:26 +0000 |
| commit | 607dfcae5cb4cc64ac83436a25329ec8f0af7d16 (patch) | |
| tree | d792c8b88299cd280cf6079918e02da2690fa31a /lib/libc | |
| parent | bf74fc5d5579a32ad5b9e3065832312676682301 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 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" |
