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 | |
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')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 3 | ||||
-rw-r--r-- | lib/libc/gen/ftok.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/memcmp.3 | 3 | ||||
-rw-r--r-- | lib/libc/sys/madvise.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/mkdir.2 | 3 | ||||
-rw-r--r-- | lib/libc/xdr/xdr.3 | 4 |
6 files changed, 13 insertions, 7 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 diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 4b900ec..1130e38 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ftok.3,v 1.3 1996/02/12 07:06:23 mpp Exp $ +.\" $Id: ftok.3,v 1.4 1996/06/03 10:40:39 joerg Exp $ .Dd June 24, 1994 .Os .Dt ftok 3 @@ -82,4 +82,4 @@ specified .Fa path in combination with the lower 8 bits of the given .Fa id . -Thus is is quite possible for the routine to return duplicate keys. +Thus it is quite possible for the routine to return duplicate keys. diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index a859529..4fbee33 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt MEMCMP 3 @@ -60,7 +61,7 @@ bytes long. The .Fn memcmp function -returns zero if the the two strings are identical, +returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes (treated as unsigned char values, so that .Sq Li \e200 diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index aa9d688..ad1e000 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)madvise.2 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd Jul 19, 1996 .Dt MADVISE 2 @@ -81,7 +82,7 @@ of pages in the specified range. Additionally future references to this address range will incur a page fault. .sp MADV_FREE gives the VM system the freedom to free pages, -and and tells the system that information in the specified page range +and tells the system that information in the specified page range is no longer important. This is an efficient way of allowing malloc(3) to free pages anywhere in the address space, while keeping the address space valid. The next time that the page is referenced, the page might be demand diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 4bf11be..0ee02ed 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt MKDIR 2 @@ -46,7 +47,7 @@ The directory .Fa path is created with the access permissions specified by .Fa mode -and restricted by the the +and restricted by the .Xr umask 2 of the calling process. .Pp diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index ae1ea86..57204cc 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -1,4 +1,6 @@ .\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI +.\" $Id$ +.\" .TH XDR 3 "16 February 1988" .SH NAME xdr \- library routines for external data representation @@ -753,7 +755,7 @@ parameter .I arrp is the address of the pointer to the array, while .I size -is is the element count of the array. The parameter +is the element count of the array. The parameter .I elsize is the .I sizeof |