Removed occurrences of consecutive repeated words (such as "the the").

This commit is contained in:
Alexander Langer 1999-02-12 02:12:08 +00:00
parent a8103305cb
commit 43d1df332e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43920
11 changed files with 18 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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 .

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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