Fixed C error(s) in synopsis. Many were hiding under mdoc errors.

This commit is contained in:
bde 2001-02-05 15:00:21 +00:00
parent 070f4b4369
commit a4f13fcee9

View File

@ -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"