summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
committerdd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
commit04d1b1c8dd05e02be9bf1f04594d145acee47b4d (patch)
tree4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /share
parent6e42c65278420d8e6e002d2e9f622153e26103a4 (diff)
downloadFreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.zip
FreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.tar.gz
Remove duplicate words.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bpf.42
-rw-r--r--share/man/man5/make.conf.54
-rw-r--r--share/man/man5/rc.conf.52
-rw-r--r--share/man/man7/ports.74
-rw-r--r--share/man/man7/security.72
-rw-r--r--share/man/man7/tuning.72
-rw-r--r--share/man/man9/extattr.92
-rw-r--r--share/man/man9/namei.92
8 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index e2a83d1..0a05d92 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -287,7 +287,7 @@ Set or get the status of the
.Dq header complete
flag.
Set to zero if the link level source address should be filled in automatically
-by the the interface output routine. Set to one if the link level source
+by the interface output routine. Set to one if the link level source
address will be written, as provided, to the wire. This flag is initialized
to zero by default.
.It Dv BIOCSSEESENT
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 0546db0..7cfea0a 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -57,7 +57,7 @@ internal actions according to the settings found there.
.Pp
The
.Pa /etc/make.conf
-file is included from the the appropriate
+file is included from the appropriate
.Pa Makefile
which specifies the default settings for all the available options.
Options need only be specified in
@@ -262,7 +262,7 @@ For example,
KERNEL=MINE DEBUG GENERIC OTHERMACHINE
.Ed
.Pp
-will build the the kernels specified by the config files
+will build the kernels specified by the config files
.Pa MINE , DEBUG , GENERIC ,
and
.Pa OTHERMACHINE ,
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index b48d84a..19d29dc 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -114,7 +114,7 @@ for the default value.
.It Va pccard_ifconfig
.Pq Vt str
List of arguments to be passed to ifconfig(8) at boot time or on
-insertion of of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0"
+insertion of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0"
for a fixed address or "DHCP" for a DHCP client).
.It Va pccard_beep
.Pq Vt integer
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 4b566f7..188adf8 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -132,11 +132,11 @@ this stage. See
and
.Ev BATCH .
.It Ar build
-Build the the port. This is the same as calling the
+Build the port. This is the same as calling the
.Ar all
target.
.It Ar install
-Install the the port and register it with the package system. This
+Install the port and register it with the package system. This
is all you really need to do.
.El
.Pp
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index b39260e..74914ad 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -112,7 +112,7 @@ of work by the hacker to cleanup after himself, so most hackers do install
backdoors. This gives you a convienient way to detect the hacker. Making
it impossible for a hacker to install a backdoor may actually be detrimental
to your security because it will not close off the hole the hacker found to
-break in in the first place.
+break in the first place.
.Pp
Security remedies should always be implemented with a multi-layered
.Sq onion peel
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index d0a48d4..0395cf6 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -185,7 +185,7 @@ with
.Em tunefs -n enable /filesystem.
(Note: In 5.x softupdates can be turned on using the -U option to newfs).
Softupdates drastically improves meta-data performance, mainly file
-creation and deletion. We recommend turning softupdates on on all of your
+creation and deletion. We recommend turning softupdates on all of your
filesystems. There are two downsides to softupdates that you should be
aware of: First, softupdates guarantees filesystem consistency in the
case of a crash but could very easily be several seconds (even a minute!)
diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9
index d5a4e72..8689b96 100644
--- a/share/man/man9/extattr.9
+++ b/share/man/man9/extattr.9
@@ -52,7 +52,7 @@ these namespaces:
.Dv EXTATTR_NAMESPACE_USER ,
.Dv EXTATTR_NAMESPACE_SYSTEM .
The semantics of these attributes are intended to be as follows: user
-attribute data is protected according the the normal discretionary
+attribute data is protected according the normal discretionary
and mandatory protections associated with the data in the file or
directory; system attribute data is protected such that appropriate
privilege is required to directly access or manipulate these attributes.
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index bfc294d..551a048 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -160,7 +160,7 @@ It is the current directory if the name passed in doesn't start with /
and we have not gone through any symlinks with an absolute path, and
the root otherwise.
.Pp
-In this case, it is is only used by lookup(), and should not be
+In this case, it is only used by lookup(), and should not be
considered valid after a call to namei().
.Pp
If SAVESTART is set, this is set to the same as ni_dvp, with an extra
OpenPOWER on IntegriCloud