diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
commit | 000fb64288e6720527f55bf8c37e36c07a308d49 (patch) | |
tree | e09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libc/db | |
parent | e5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff) | |
download | FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz |
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |