summaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
commite83201b43ad36d453a46f551fcaedf0a0e7f23c3 (patch)
treee09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libc/db
parentc849957cb04aebe1b5d9b3a9917dde9fe5045095 (diff)
Notes
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/mpool.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3
index c17606ebc9b9..e625dc4514b5 100644
--- a/lib/libc/db/man/mpool.3
+++ b/lib/libc/db/man/mpool.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mpool.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.TH MPOOL 3 "June 4, 1993"
.UC 7
@@ -115,7 +116,7 @@ If the
.I pgout
function is specified, it is called each time a buffer is written into the
backing file.
-Both functions are are called with the
+Both functions are called with the
.I pgcookie
pointer, the page number and a pointer to the page to being read or written.
.PP