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

This commit is contained in:
Bruce Evans 2001-02-05 15:00:21 +00:00
parent 60babc5565
commit e84a6580c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72045

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"