diff options
author | bde <bde@FreeBSD.org> | 2001-02-05 15:00:21 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-02-05 15:00:21 +0000 |
commit | a4f13fcee9c3d69213f7eb4cbbe2cb42801f4b5e (patch) | |
tree | a4ddd4d785b5f55e8ad85d8678b20cf3ddcc0939 | |
parent | 070f4b43691d2590c3d6f38a554f14a5c5ced1bb (diff) | |
download | FreeBSD-src-a4f13fcee9c3d69213f7eb4cbbe2cb42801f4b5e.zip FreeBSD-src-a4f13fcee9c3d69213f7eb4cbbe2cb42801f4b5e.tar.gz |
Fixed C error(s) in synopsis. Many were hiding under mdoc errors.
-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" |