summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-05-12 03:46:43 +0000
committergjb <gjb@FreeBSD.org>2012-05-12 03:46:43 +0000
commit8c3a5f5c354500d6905f4642f2b31794eb16cfa3 (patch)
tree8e914ee4f68250b7c3192814399d7e6f9661a803
parentc90f8240659807598dbb74e14ee10f297614237f (diff)
downloadFreeBSD-src-8c3a5f5c354500d6905f4642f2b31794eb16cfa3.zip
FreeBSD-src-8c3a5f5c354500d6905f4642f2b31794eb16cfa3.tar.gz
Remove duplicate words in mdoc(7) pages.
PR: 167810 Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge) Found with: textproc/igor MFC after: 3 days
-rw-r--r--share/man/man4/mk48txx.42
-rw-r--r--share/man/man4/mwl.42
-rw-r--r--share/man/man4/ng_patch.42
-rw-r--r--share/man/man4/ste.42
-rw-r--r--share/man/man4/vge.42
-rw-r--r--share/man/man7/tuning.72
-rw-r--r--share/man/man9/VOP_GETACL.92
-rw-r--r--share/man/man9/VOP_GETEXTATTR.92
-rw-r--r--share/man/man9/VOP_SETACL.92
-rw-r--r--share/man/man9/VOP_SETEXTATTR.92
-rw-r--r--share/man/man9/locking.92
-rw-r--r--share/man/man9/store.96
12 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/mk48txx.4 b/share/man/man4/mk48txx.4
index 66f9519..303ccc9 100644
--- a/share/man/man4/mk48txx.4
+++ b/share/man/man4/mk48txx.4
@@ -123,7 +123,7 @@ function.
The offset into the control registers of the
.Tn Mostek
chip,
-which is set by the the
+which is set by the
.Fn mk48txx_attach
function.
.It Fa sc_year0
diff --git a/share/man/man4/mwl.4 b/share/man/man4/mwl.4
index 62dc29e..910ae08 100644
--- a/share/man/man4/mwl.4
+++ b/share/man/man4/mwl.4
@@ -144,7 +144,7 @@ ifconfig wlan0 create wlandev mwl0 wlanmode mesh
ifconfig wlan0 meshid my_mesh mode 11a inet 192.168.0.10/24
.Ed
.Pp
-Create two virtual 802.11a host-based access points, one with
+Create two virtual 802.11a host-based access points, one
with WEP enabled and one with no security, and bridge them to
the fxp0 (wired) device:
.Bd -literal -offset indent
diff --git a/share/man/man4/ng_patch.4 b/share/man/man4/ng_patch.4
index e223c39..b1ddf4a 100644
--- a/share/man/man4/ng_patch.4
+++ b/share/man/man4/ng_patch.4
@@ -140,7 +140,7 @@ node allows to modify TTL and TOS/DSCP fields in IP packets.
Suppose you have two adjacent simplex links to remote network
(e.g.\& satellite), so that the packets expiring in between
will generate unwanted ICMP-replies which have to go forth, not back.
-Thus you need to raise TTL of every packet entering link link by 2
+Thus you need to raise TTL of every packet entering link by 2
to ensure the TTL will not reach zero there.
So you setup
.Xr ipfw 8
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index f81f620..22982b1 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -136,7 +136,7 @@ Maximum number of time to delay RX interrupts.
The valid range is 0 to 209712 in units of 1us, the default is
150 (150us).
The value 0 effectively disables the RX interrupt moderation.
-The resolution of of timer is about 3.2us so finer tuning than
+The resolution of timer is about 3.2us so finer tuning than
3.2us wouldn't be available.
The interface does not need to be brought down and up again before
a change takes effect.
diff --git a/share/man/man4/vge.4 b/share/man/man4/vge.4
index 5d48850..f8fd8f7 100644
--- a/share/man/man4/vge.4
+++ b/share/man/man4/vge.4
@@ -177,7 +177,7 @@ tunables:
Maximum number of time to delay interrupts.
The valid range is 0 to 5100 in units of 1us, the default is
150 (150us).
-The resolution of of timer is about 20us so finer tuning than
+The resolution of timer is about 20us so finer tuning than
20us wouldn't be available.
The interface should be brought down and up again before a change
takes effect.
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index a3aa296..b859c28 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -447,7 +447,7 @@ the content of mapped buffer to the reader.
Increasing this value to a higher setting, such as `25165824' might
improve performance on systems where space for mapping pipe buffers
is quickly exhausted.
-This exhaustion is not fatal; however, and it will only cause pipes to
+This exhaustion is not fatal; however, and it will only cause pipes
to fall back to using double-copy.
.Pp
The
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index d230340..6dbaca2 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -79,7 +79,7 @@ Otherwise, an appropriate error code is returned.
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode.
.It Bq Er EACCES
-The the caller does not have the appropriate privilege.
+The caller does not have the appropriate privilege.
.It Bq Er ENOMEM
Sufficient memory is not available to fulfill the request.
.It Bq Er EOPNOTSUPP
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index cf00d26..e3abcb9 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -102,7 +102,7 @@ Otherwise, an appropriate error code is returned.
.It Bq Er ENOATTR
The requested attribute was not defined for this vnode.
.It Bq Er EACCES
-The the caller does not have the appropriate privilege.
+The caller does not have the appropriate privilege.
.It Bq Er ENXIO
The request was not valid in this file system for the specified vnode and
attribute name.
diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9
index 482d289..b587771 100644
--- a/share/man/man9/VOP_SETACL.9
+++ b/share/man/man9/VOP_SETACL.9
@@ -84,7 +84,7 @@ Otherwise, an appropriate error code is returned.
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode, or the ACL data is invalid.
.It Bq Er EACCES
-The the caller does not have the appropriate privilege.
+The caller does not have the appropriate privilege.
.It Bq Er ENOMEM
Sufficient memory is not available to fulfill the request.
.It Bq Er EOPNOTSUPP
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 4bc5387..29f8cc2 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -91,7 +91,7 @@ Otherwise, an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EACCES
-The the caller does not have the appropriate privilege.
+The caller does not have the appropriate privilege.
.It Bq Er ENXIO
The request was not valid in this file system for the specified vnode and
attribute name.
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9
index 00478bf..871dffe 100644
--- a/share/man/man9/locking.9
+++ b/share/man/man9/locking.9
@@ -280,7 +280,7 @@ This is often a bad idea because it generally relies on the programmer having
good knowledge of all of the call graph above the place where
.Fn mtx_sleep
is being called and assumptions the calling code has made.
-Because the lock gets dropped during sleep, one one must re-test all
+Because the lock gets dropped during sleep, one must re-test all
the assumptions that were made before, all the way up the call graph to the
place where the lock was acquired.
.Pp
diff --git a/share/man/man9/store.9 b/share/man/man9/store.9
index e3297e1..d333eff 100644
--- a/share/man/man9/store.9
+++ b/share/man/man9/store.9
@@ -76,13 +76,13 @@ Stores a byte of data to the user-space address
Stores a word of data to the user-space address
.Pa base .
.It Fn suword16
-Stores 16 bits of of data to the user-space address
+Stores 16 bits of data to the user-space address
.Pa base .
.It Fn suword32
-Stores 32 bits of of data to the user-space address
+Stores 32 bits of data to the user-space address
.Pa base .
.It Fn suword64
-Stores 64 bits of of data to the user-space address
+Stores 64 bits of data to the user-space address
.Pa base .
.It Fn suswintr
Stores a short word of data to the user-space address
OpenPOWER on IntegriCloud