summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1999-02-12 02:12:08 +0000
committeralex <alex@FreeBSD.org>1999-02-12 02:12:08 +0000
commit95c394b70edc1f3edc419d56b785b9bc25754d9b (patch)
tree186dfc67ca90298f33582dc289cb5cc5553d8f12
parentbed92e102b85a5502c4f6f84f912fae16c6d9bb3 (diff)
downloadFreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.zip
FreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.tar.gz
Removed occurrences of consecutive repeated words (such as "the the").
-rw-r--r--bin/df/df.14
-rw-r--r--lib/libc/net/ethers.33
-rw-r--r--lib/libc/net/resolver.32
-rw-r--r--lib/libc/sys/symlink.22
-rw-r--r--lib/libutil/login_cap.34
-rw-r--r--share/man/man4/ch.44
-rw-r--r--share/man/man4/ipfirewall.44
-rw-r--r--share/man/man4/termios.44
-rw-r--r--share/man/man9/malloc.92
-rw-r--r--usr.bin/limits/limits.14
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.14
11 files changed, 18 insertions, 19 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 6f6c14c..bd8520a 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
-.\" $Id: df.1,v 1.12 1998/05/13 07:35:44 charnier Exp $
+.\" $Id: df.1,v 1.13 1998/05/13 07:56:58 phk Exp $
.\"
.Dd May 8, 1995
.Dt DF 1
@@ -50,7 +50,7 @@ displays statistics about the amount of free disk space on the specified
or on the filesystem of which
.Ar file
is a part.
-Values are displayed in 512-byte per block block counts.
+Values are displayed in 512-byte per block counts.
If neither a file or a filesystem operand is specified,
statistics for all mounted filesystems are displayed
(subject to the
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index afea483..d0d6811 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ethers.3,v 1.7 1997/02/22 15:00:05 peter Exp $
.\"
.Dd April 12, 1995
.Dt ETHERS 3
@@ -155,7 +155,6 @@ unable to find a match in the
database.
.Sh NOTES
The user must insure that the hostname strings passed to the
-the
.Fn ether_line ,
.Fn ether_ntohost
and
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 818acf2..83167b2 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -290,7 +290,7 @@ an array of pointers
.Fa dnptrs
to previously-compressed names in the current message.
The first pointer points to
-to the beginning of the message and the list ends with
+the beginning of the message and the list ends with
.Dv NULL .
The limit to the array is specified by
.Fa lastdnptr .
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2
index ce1fa7e..6f52f07 100644
--- a/lib/libc/sys/symlink.2
+++ b/lib/libc/sys/symlink.2
@@ -96,7 +96,7 @@ The directory in which the entry for the new symbolic link is being placed
cannot be extended because there is no space left on the file
system containing the directory.
.It Bq Er ENOSPC
-The new symbolic link cannot be created because there
+The new symbolic link cannot be created because
there is no space left on the file
system that will contain the symbolic link.
.It Bq Er ENOSPC
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index b983975..3487688 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_cap.3,v 1.8 1997/11/05 04:03:05 steve Exp $
+.\" $Id: login_cap.3,v 1.9 1998/06/06 05:50:42 jkoshy Exp $
.\"
.Dd December 27, 1996
.Os FreeBSD
@@ -362,7 +362,7 @@ these rules.
.It
If 'auth' is neither NULL nor an empty string, look for a tag of type
"auth-<auth>" in the capability record.
-If not present, then look for the default default tag "auth=".
+If not present, then look for the default tag "auth=".
.It
If no valid authorisation list was found from the previous step, then
default to "passwd" as the authorisation list.
diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4
index f985d6c..9c2e106 100644
--- a/share/man/man4/ch.4
+++ b/share/man/man4/ch.4
@@ -1,4 +1,4 @@
-.\" $Id: ch.4,v 1.11 1997/06/02 21:01:00 max Exp $
+.\" $Id: ch.4,v 1.12 1998/09/15 10:26:24 gibbs Exp $
.\" Copyright (c) 1996
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
.\"
@@ -91,7 +91,7 @@ Data transfer element (drive).
.Pp
The following
.Xr ioctl 2
-calls apply to the changer. They are defined in
+calls apply to the changer. They are defined
in the header file
.Aq Pa sys/chio.h .
.Pp
diff --git a/share/man/man4/ipfirewall.4 b/share/man/man4/ipfirewall.4
index 79eb452..524a17e 100644
--- a/share/man/man4/ipfirewall.4
+++ b/share/man/man4/ipfirewall.4
@@ -1,5 +1,5 @@
.\"
-.\" $Id: ipfirewall.4,v 1.11 1997/09/10 03:11:36 peter Exp $
+.\" $Id: ipfirewall.4,v 1.12 1997/09/29 10:10:15 wosch Exp $
.\"
.Dd June 22, 1997
.Dt IPFIREWALL 4
@@ -171,7 +171,7 @@ Options in the kernel configuration file:
When packets match a rule with the IP_FW_F_PRN bit set, a message
is logged to the console if IPFIREWALL_VERBOSE has been enabled;
IPFIREWALL_VERBOSE_LIMIT limits the maximum number of times each
-rule can cause cause a log message. These variables are also
+rule can cause a log message. These variables are also
available via the
.Xr sysctl 3
interface.
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 986d924..725d013 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)termios.4 8.4 (Berkeley) 4/19/94
-.\" $Id: termios.4,v 1.6 1997/03/18 07:17:22 mpp Exp $
+.\" $Id: termios.4,v 1.7 1998/06/08 06:12:02 jkoshy Exp $
.\"
.Dd April 19, 1994
.Dt TERMIOS 4
@@ -968,7 +968,7 @@ If
is set and the input queue is full, subsequent input shall cause an
.Tn ASCII
.Dv BEL
-character to be transmitted to the
+character to be transmitted to
the output queue.
.Pp
The initial input control value after
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index ee32f5b..a5c4566 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -185,7 +185,7 @@ as a side effect.
.Sh DIAGNOSTICS
A kernel compiled with the
.Dv DIAGNOSTIC
-configuration option attempts to detect detect memory corruption caused by
+configuration option attempts to detect memory corruption caused by
such things as writing outside the allocated area and imbalanced calls to the
.Fn malloc
and
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1
index 9a9dd57..fe77d2d 100644
--- a/usr.bin/limits/limits.1
+++ b/usr.bin/limits/limits.1
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: limits.1,v 1.7 1998/05/08 14:46:23 max Exp $
+.\" $Id: limits.1,v 1.8 1998/06/04 21:05:58 steve Exp $
.\"
.Dd January 15, 1996
.Dt LIMITS 1
@@ -281,7 +281,7 @@ option, or set/display options are selected in the same invocation,
is used when running a program, etc.
When run in display or eval mode,
.Nm limits
-exits with with a status of EXIT_SUCCESS.
+exits with a status of EXIT_SUCCESS.
When run in command mode and execution of the command succeeds, the exit status
will be whatever the executed program returns.
.Sh SEE ALSO
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index e4f2b6d..763cab7 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -15,7 +15,7 @@
.\"
.\"
.\" @(#)pkg_add.1
-.\" $Id: pkg_add.1,v 1.28 1999/01/17 01:22:55 billf Exp $
+.\" $Id: pkg_add.1,v 1.29 1999/01/17 15:08:09 jseger Exp $
.\"
.Dd November 25, 1994
.Dt pkg_add 1
@@ -447,7 +447,7 @@ all the links to the file, or (2) all the links to the file are bracketed by
.Cm @cwd
directives in the contents file,
.Em and
-and the link names are extracted with a single
+the link names are extracted with a single
.Cm tar
command (not split between
invocations due to exec argument-space limitations--this depends on the
OpenPOWER on IntegriCloud