summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
committerwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
commit000fb64288e6720527f55bf8c37e36c07a308d49 (patch)
treee09db4b1b56461dbe8a4d233c39a90678607f597 /lib
parente5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff)
downloadFreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip
FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/mpool.33
-rw-r--r--lib/libc/gen/ftok.34
-rw-r--r--lib/libc/string/memcmp.33
-rw-r--r--lib/libc/sys/madvise.23
-rw-r--r--lib/libc/sys/mkdir.23
-rw-r--r--lib/libc/xdr/xdr.34
-rw-r--r--lib/libcompat/SysV/ftok.34
-rw-r--r--lib/libftpio/ftpio.33
-rw-r--r--lib/libncurses/curs_addch.34
-rw-r--r--lib/libncurses/curs_insstr.34
10 files changed, 23 insertions, 12 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
diff --git a/lib/libcompat/SysV/ftok.3 b/lib/libcompat/SysV/ftok.3
index 4b900ec..1130e38 100644
--- a/lib/libcompat/SysV/ftok.3
+++ b/lib/libcompat/SysV/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/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index 15631e7..4304c1c 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -22,6 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
.\"
.Dd June 17, 1996
.Dt ftpio 3
@@ -90,7 +91,7 @@ subsequent FTP operations. On failure, NULL is returned and
will return the error code returned by the foreign server.
.Pp
.Fn ftpChdir
-attempts to issue a server CD command to the the directory named in
+attempts to issue a server CD command to the directory named in
.Fa dir.
On success, zero is returned. On failure, the error code from the server.
.Pp
diff --git a/lib/libncurses/curs_addch.3 b/lib/libncurses/curs_addch.3
index 22e5755..5b26e32 100644
--- a/lib/libncurses/curs_addch.3
+++ b/lib/libncurses/curs_addch.3
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.TH curs_addch 3 ""
.SH NAME
\fBaddch\fR, \fBwaddch\fR, \fBmvaddch\fR, \fBmvwaddch\fR,
@@ -52,7 +54,7 @@ these routines instead of their equivalents.
The following variables may be used to add line drawing characters to the
screen with routines of the \fBaddch\fR family. The default character listed
below is used if the \fBacsc\fR capability doesn't define a terminal-specific
-replacement for it. The names are taken from the the VT100 nomenclature.
+replacement for it. The names are taken from the VT100 nomenclature.
.TS
l l l
diff --git a/lib/libncurses/curs_insstr.3 b/lib/libncurses/curs_insstr.3
index 7e9bb6f..735dd1b 100644
--- a/lib/libncurses/curs_insstr.3
+++ b/lib/libncurses/curs_insstr.3
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.TH curs_insstr 3 ""
.SH NAME
\fBinsstr\fR, \fBinsnstr\fR, \fBwinsstr\fR, \fBwinsnstr\fR,
@@ -38,7 +40,7 @@ to be at every eighth column. If a character in \fIstr\fR is another
control character, it is drawn in the \fB^\fR\fIX\fR notation.
Calling \fBwinch\fR after adding a control character (and moving to
it, if necessary) does not return the control character, but instead
-returns a character in the the ^-representation of the control character.
+returns a character in the ^-representation of the control character.
.SH RETURN VALUE
All routines return the integer \fBERR\fR upon failure and an integer value
other than \fBERR\fR upon successful completion.
OpenPOWER on IntegriCloud