From owner-svn-src-stable-7@FreeBSD.ORG Fri May 18 01:13:19 2012 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DD3E106566C; Fri, 18 May 2012 01:13:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCF48FC12; Fri, 18 May 2012 01:13:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4I1DItA026914; Fri, 18 May 2012 01:13:18 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I1DIa8026905; Fri, 18 May 2012 01:13:18 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180113.q4I1DIa8026905@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 01:13:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235584 - in stable/7/share/man: man4 man9 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 01:13:19 -0000 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.