From bryan@shatow.net  Sat May 12 02:50:06 2012
Return-Path: <bryan@shatow.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0D4A0106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 May 2012 02:50:06 +0000 (UTC)
	(envelope-from bryan@shatow.net)
Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92])
	by mx1.freebsd.org (Postfix) with ESMTP id AB98B8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 May 2012 02:50:05 +0000 (UTC)
Received: (qmail 65720 invoked from network); 11 May 2012 21:43:22 -0500
Received: from unknown (HELO test8.xzibition.com) (10.10.0.34)
  by sweb.xzibition.com with SMTP; 11 May 2012 21:43:22 -0500
Received: by test8.xzibition.com (sSMTP sendmail emulation); Fri, 11 May 2012 21:43:06 -0500
Message-Id: <20120512025006.0D4A0106564A@hub.freebsd.org>
Date: Fri, 11 May 2012 21:43:06 -0500
From: "Bryan Drewery" <bryan@shatow.net>
Reply-To: Bryan Drewery <bryan@shatow.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] src/share/man: Fix repeated words
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167810
>Category:       docs
>Synopsis:       [PATCH] src/share/man: Fix repeated words
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 03:00:23 UTC 2012
>Closed-Date:    Fri May 18 01:13:45 UTC 2012
>Last-Modified:  Fri May 18 01:20:08 UTC 2012
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:


	
>Description:
	Fixes repeated words in the following manpages:

	share/man/man4/ath.4           
	share/man/man4/mk48txx.4       
	share/man/man4/mwl.4           
	share/man/man4/ng_patch.4      
	share/man/man4/ste.4           
	share/man/man4/vge.4           
	share/man/man4/xnb.4           
	share/man/man7/tuning.7        
	share/man/man9/VOP_GETACL.9    
	share/man/man9/VOP_GETEXTATTR.9
	share/man/man9/VOP_SETACL.9    
	share/man/man9/VOP_SETEXTATTR.9
	share/man/man9/locking.9       
	share/man/man9/store.9         

	Found with textproc/igor
>How-To-Repeat:
	
>Fix:

	

--- patch-repeated-mans.txt begins here ---
diff --git share/man/man4/ath.4 share/man/man4/ath.4
index e145853..63eb98d 100644
--- share/man/man4/ath.4
+++ share/man/man4/ath.4
@@ -186,7 +186,7 @@ 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
-with WEP enabled and one with no security, and bridge them to
+WEP enabled and one with no security, and bridge them to
 the fxp0 (wired) device:
 .Bd -literal -offset indent
 ifconfig wlan0 create wlandev ath0 wlanmode hostap \e
@@ -220,7 +220,7 @@ The request to the HAL to set up the transmit queue for normal
 data frames failed.
 This should not happen.
 .It "ath%d: unable to setup a beacon xmit queue!"
-The request to the HAL to set up the transmit queue for 802.11 beacon frames
+The request to the HAL to set up the transmit queue for 802.11 beacon
 frames failed.
 This should not happen.
 .It "ath%d: 802.11 address: %s"
diff --git share/man/man4/mk48txx.4 share/man/man4/mk48txx.4
index 66f9519..303ccc9 100644
--- share/man/man4/mk48txx.4
+++ 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 share/man/man4/mwl.4 share/man/man4/mwl.4
index 62dc29e..910ae08 100644
--- share/man/man4/mwl.4
+++ 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 share/man/man4/ng_patch.4 share/man/man4/ng_patch.4
index e223c39..b1ddf4a 100644
--- share/man/man4/ng_patch.4
+++ 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 share/man/man4/ste.4 share/man/man4/ste.4
index 02644ae..f8de43e 100644
--- share/man/man4/ste.4
+++ 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 share/man/man4/vge.4 share/man/man4/vge.4
index 5d48850..f8fd8f7 100644
--- share/man/man4/vge.4
+++ 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 share/man/man4/xnb.4 share/man/man4/xnb.4
index d4ebae8..64d01d6 100644
--- share/man/man4/xnb.4
+++ share/man/man4/xnb.4
@@ -83,7 +83,7 @@ get traffic statistics.
 Runs a builtin suite of unit tests and displays the results.
 Does not affect the operation of the driver in any way.
 Note that the test suite simulates error conditions; this will result in
-error messages being printed to the system system log.
+error messages being printed to the system log.
 .El
 .Sh SEE ALSO
 .Xr arp 4 ,
diff --git share/man/man7/tuning.7 share/man/man7/tuning.7
index a3aa296..b859c28 100644
--- share/man/man7/tuning.7
+++ 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 share/man/man9/VOP_GETACL.9 share/man/man9/VOP_GETACL.9
index d230340..6dbaca2 100644
--- share/man/man9/VOP_GETACL.9
+++ 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 share/man/man9/VOP_GETEXTATTR.9 share/man/man9/VOP_GETEXTATTR.9
index cf00d26..e3abcb9 100644
--- share/man/man9/VOP_GETEXTATTR.9
+++ 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 share/man/man9/VOP_SETACL.9 share/man/man9/VOP_SETACL.9
index 482d289..b587771 100644
--- share/man/man9/VOP_SETACL.9
+++ 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 share/man/man9/VOP_SETEXTATTR.9 share/man/man9/VOP_SETEXTATTR.9
index 4bc5387..29f8cc2 100644
--- share/man/man9/VOP_SETEXTATTR.9
+++ 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 share/man/man9/locking.9 share/man/man9/locking.9
index 00478bf..871dffe 100644
--- share/man/man9/locking.9
+++ 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 share/man/man9/store.9 share/man/man9/store.9
index e3297e1..d333eff 100644
--- share/man/man9/store.9
+++ 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
--- patch-repeated-mans.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sat May 12 03:03:30 UTC 2012 
Responsible-Changed-Why:  
Take. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=167810 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sat May 12 04:08:29 UTC 2012 
State-Changed-Why:  
Committed (with a few already-committed changes removed), pending MFC. 

Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=167810 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Fri May 18 01:13:28 UTC 2012 
State-Changed-Why:  
MFC complete. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=167810 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/167810: commit references a PR
Date: Fri, 18 May 2012 01:10:22 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri May 18 01:10:12 2012
 New Revision: 235582
 URL: http://svn.freebsd.org/changeset/base/235582
 
 Log:
   MFC r235319:
   
   Remove duplicate words in mdoc(7) pages.
   
   PR:		167810
 
 Modified:
   stable/9/share/man/man4/mk48txx.4
   stable/9/share/man/man4/mwl.4
   stable/9/share/man/man4/ng_patch.4
   stable/9/share/man/man4/ste.4
   stable/9/share/man/man4/vge.4
   stable/9/share/man/man7/tuning.7
   stable/9/share/man/man9/VOP_GETACL.9
   stable/9/share/man/man9/VOP_GETEXTATTR.9
   stable/9/share/man/man9/VOP_SETACL.9
   stable/9/share/man/man9/VOP_SETEXTATTR.9
   stable/9/share/man/man9/locking.9
   stable/9/share/man/man9/store.9
 Directory Properties:
   stable/9/share/man/man4/   (props changed)
   stable/9/share/man/man7/   (props changed)
   stable/9/share/man/man9/   (props changed)
 
 Modified: stable/9/share/man/man4/mk48txx.4
 ==============================================================================
 --- stable/9/share/man/man4/mk48txx.4	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man4/mk48txx.4	Fri May 18 01:10:12 2012	(r235582)
 @@ -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
 
 Modified: stable/9/share/man/man4/mwl.4
 ==============================================================================
 --- stable/9/share/man/man4/mwl.4	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man4/mwl.4	Fri May 18 01:10:12 2012	(r235582)
 @@ -144,7 +144,7 @@ ifconfig wlan0 create wlandev mwl0 wlanm
  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
 
 Modified: stable/9/share/man/man4/ng_patch.4
 ==============================================================================
 --- stable/9/share/man/man4/ng_patch.4	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man4/ng_patch.4	Fri May 18 01:10:12 2012	(r235582)
 @@ -140,7 +140,7 @@ node allows to modify TTL and TOS/DSCP f
  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
 
 Modified: stable/9/share/man/man4/ste.4
 ==============================================================================
 --- stable/9/share/man/man4/ste.4	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man4/ste.4	Fri May 18 01:10:12 2012	(r235582)
 @@ -136,7 +136,7 @@ Maximum number of time to delay RX inter
  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.
 
 Modified: stable/9/share/man/man4/vge.4
 ==============================================================================
 --- stable/9/share/man/man4/vge.4	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man4/vge.4	Fri May 18 01:10:12 2012	(r235582)
 @@ -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.
 
 Modified: stable/9/share/man/man7/tuning.7
 ==============================================================================
 --- stable/9/share/man/man7/tuning.7	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man7/tuning.7	Fri May 18 01:10:12 2012	(r235582)
 @@ -447,7 +447,7 @@ the content of mapped buffer to the read
  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
 
 Modified: stable/9/share/man/man9/VOP_GETACL.9
 ==============================================================================
 --- stable/9/share/man/man9/VOP_GETACL.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/VOP_GETACL.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -79,7 +79,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/9/share/man/man9/VOP_GETEXTATTR.9
 ==============================================================================
 --- stable/9/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -102,7 +102,7 @@ Otherwise, an appropriate error code is 
  .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.
 
 Modified: stable/9/share/man/man9/VOP_SETACL.9
 ==============================================================================
 --- stable/9/share/man/man9/VOP_SETACL.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/VOP_SETACL.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -84,7 +84,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/9/share/man/man9/VOP_SETEXTATTR.9
 ==============================================================================
 --- stable/9/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -91,7 +91,7 @@ Otherwise, an appropriate error code is 
  .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.
 
 Modified: stable/9/share/man/man9/locking.9
 ==============================================================================
 --- stable/9/share/man/man9/locking.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/locking.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -281,7 +281,7 @@ This is often a bad idea because it gene
  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
 
 Modified: stable/9/share/man/man9/store.9
 ==============================================================================
 --- stable/9/share/man/man9/store.9	Fri May 18 01:04:28 2012	(r235581)
 +++ stable/9/share/man/man9/store.9	Fri May 18 01:10:12 2012	(r235582)
 @@ -76,13 +76,13 @@ Stores a byte of data to the user-space 
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/167810: commit references a PR
Date: Fri, 18 May 2012 01:10:48 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri May 18 01:10:34 2012
 New Revision: 235583
 URL: http://svn.freebsd.org/changeset/base/235583
 
 Log:
   MFC r235319:
   
   Remove duplicate words in mdoc(7) pages.
   
   PR:		167810
 
 Modified:
   stable/8/share/man/man4/mk48txx.4
   stable/8/share/man/man4/mwl.4
   stable/8/share/man/man4/ng_patch.4
   stable/8/share/man/man4/ste.4
   stable/8/share/man/man4/vge.4
   stable/8/share/man/man7/tuning.7
   stable/8/share/man/man9/VOP_GETACL.9
   stable/8/share/man/man9/VOP_GETEXTATTR.9
   stable/8/share/man/man9/VOP_SETACL.9
   stable/8/share/man/man9/VOP_SETEXTATTR.9
   stable/8/share/man/man9/locking.9
   stable/8/share/man/man9/store.9
 Directory Properties:
   stable/8/share/man/man4/   (props changed)
   stable/8/share/man/man7/   (props changed)
   stable/8/share/man/man9/   (props changed)
 
 Modified: stable/8/share/man/man4/mk48txx.4
 ==============================================================================
 --- stable/8/share/man/man4/mk48txx.4	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man4/mk48txx.4	Fri May 18 01:10:34 2012	(r235583)
 @@ -125,7 +125,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
 
 Modified: stable/8/share/man/man4/mwl.4
 ==============================================================================
 --- stable/8/share/man/man4/mwl.4	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man4/mwl.4	Fri May 18 01:10:34 2012	(r235583)
 @@ -146,7 +146,7 @@ ifconfig wlan0 create wlandev mwl0 wlanm
  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
 
 Modified: stable/8/share/man/man4/ng_patch.4
 ==============================================================================
 --- stable/8/share/man/man4/ng_patch.4	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man4/ng_patch.4	Fri May 18 01:10:34 2012	(r235583)
 @@ -140,7 +140,7 @@ node allows to modify TTL and TOS/DSCP f
  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
 
 Modified: stable/8/share/man/man4/ste.4
 ==============================================================================
 --- stable/8/share/man/man4/ste.4	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man4/ste.4	Fri May 18 01:10:34 2012	(r235583)
 @@ -138,7 +138,7 @@ Maximum number of time to delay RX inter
  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.
 
 Modified: stable/8/share/man/man4/vge.4
 ==============================================================================
 --- stable/8/share/man/man4/vge.4	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man4/vge.4	Fri May 18 01:10:34 2012	(r235583)
 @@ -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.
 
 Modified: stable/8/share/man/man7/tuning.7
 ==============================================================================
 --- stable/8/share/man/man7/tuning.7	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man7/tuning.7	Fri May 18 01:10:34 2012	(r235583)
 @@ -442,7 +442,7 @@ the content of mapped buffer to the read
  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
 
 Modified: stable/8/share/man/man9/VOP_GETACL.9
 ==============================================================================
 --- stable/8/share/man/man9/VOP_GETACL.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/VOP_GETACL.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -79,7 +79,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/8/share/man/man9/VOP_GETEXTATTR.9
 ==============================================================================
 --- stable/8/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -102,7 +102,7 @@ Otherwise, an appropriate error code is 
  .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.
 
 Modified: stable/8/share/man/man9/VOP_SETACL.9
 ==============================================================================
 --- stable/8/share/man/man9/VOP_SETACL.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/VOP_SETACL.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -84,7 +84,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/8/share/man/man9/VOP_SETEXTATTR.9
 ==============================================================================
 --- stable/8/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -91,7 +91,7 @@ Otherwise, an appropriate error code is 
  .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.
 
 Modified: stable/8/share/man/man9/locking.9
 ==============================================================================
 --- stable/8/share/man/man9/locking.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/locking.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -281,7 +281,7 @@ This is often a bad idea because it gene
  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
 
 Modified: stable/8/share/man/man9/store.9
 ==============================================================================
 --- stable/8/share/man/man9/store.9	Fri May 18 01:10:12 2012	(r235582)
 +++ stable/8/share/man/man9/store.9	Fri May 18 01:10:34 2012	(r235583)
 @@ -76,13 +76,13 @@ Stores a byte of data to the user-space 
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/167810: commit references a PR
Date: Fri, 18 May 2012 01:13:33 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri May 18 01:13:18 2012
 New Revision: 235584
 URL: http://svn.freebsd.org/changeset/base/235584
 
 Log:
   MFC r235319:
   
   Remove duplicate words in mdoc(7) pages.
   
   PR:		167810
 
 Modified:
   stable/7/share/man/man4/mk48txx.4
   stable/7/share/man/man4/ng_patch.4
   stable/7/share/man/man4/ste.4
   stable/7/share/man/man4/vge.4
   stable/7/share/man/man9/VOP_GETACL.9
   stable/7/share/man/man9/VOP_GETEXTATTR.9
   stable/7/share/man/man9/VOP_SETACL.9
   stable/7/share/man/man9/VOP_SETEXTATTR.9
 Directory Properties:
   stable/7/share/man/man4/   (props changed)
   stable/7/share/man/man9/   (props changed)
 
 Modified: stable/7/share/man/man4/mk48txx.4
 ==============================================================================
 --- stable/7/share/man/man4/mk48txx.4	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man4/mk48txx.4	Fri May 18 01:13:18 2012	(r235584)
 @@ -125,7 +125,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
 
 Modified: stable/7/share/man/man4/ng_patch.4
 ==============================================================================
 --- stable/7/share/man/man4/ng_patch.4	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man4/ng_patch.4	Fri May 18 01:13:18 2012	(r235584)
 @@ -140,7 +140,7 @@ node allows to modify TTL and TOS/DSCP f
  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
 
 Modified: stable/7/share/man/man4/ste.4
 ==============================================================================
 --- stable/7/share/man/man4/ste.4	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man4/ste.4	Fri May 18 01:13:18 2012	(r235584)
 @@ -138,7 +138,7 @@ Maximum number of time to delay RX inter
  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.
 
 Modified: stable/7/share/man/man4/vge.4
 ==============================================================================
 --- stable/7/share/man/man4/vge.4	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man4/vge.4	Fri May 18 01:13:18 2012	(r235584)
 @@ -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.
 
 Modified: stable/7/share/man/man9/VOP_GETACL.9
 ==============================================================================
 --- stable/7/share/man/man9/VOP_GETACL.9	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man9/VOP_GETACL.9	Fri May 18 01:13:18 2012	(r235584)
 @@ -79,7 +79,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/7/share/man/man9/VOP_GETEXTATTR.9
 ==============================================================================
 --- stable/7/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man9/VOP_GETEXTATTR.9	Fri May 18 01:13:18 2012	(r235584)
 @@ -102,7 +102,7 @@ Otherwise, an appropriate error code is 
  .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.
 
 Modified: stable/7/share/man/man9/VOP_SETACL.9
 ==============================================================================
 --- stable/7/share/man/man9/VOP_SETACL.9	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man9/VOP_SETACL.9	Fri May 18 01:13:18 2012	(r235584)
 @@ -84,7 +84,7 @@ Otherwise, an appropriate error code is 
  .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
 
 Modified: stable/7/share/man/man9/VOP_SETEXTATTR.9
 ==============================================================================
 --- stable/7/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:10:34 2012	(r235583)
 +++ stable/7/share/man/man9/VOP_SETEXTATTR.9	Fri May 18 01:13:18 2012	(r235584)
 @@ -91,7 +91,7 @@ Otherwise, an appropriate error code is 
  .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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
