From 000fb64288e6720527f55bf8c37e36c07a308d49 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- lib/libc/db/man/mpool.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/db/man') diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index c17606e..e625dc4 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 -- cgit v1.1