diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 25769f489b3..f5a5dbba005 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.9 1999/07/07 14:22:24 aaron Exp $ +.\" $OpenBSD: mpool.3,v 1.10 1999/07/08 09:41:43 hugh Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -110,7 +110,7 @@ If the .Fa 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 .Fa pgcookie pointer, the page number and a pointer to the page to being read or written. .Pp |