From owner-svn-src-all@FreeBSD.ORG Thu Jan 5 04:50:29 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C81C10657B2; Thu, 5 Jan 2012 04:50:29 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 11EDB8FC16; Thu, 5 Jan 2012 04:50:29 +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 q054oSNa015213; Thu, 5 Jan 2012 04:50:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q054oSU1015202; Thu, 5 Jan 2012 04:50:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201201050450.q054oSU1015202@svn.freebsd.org> From: Eitan Adler Date: Thu, 5 Jan 2012 04:50:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r229559 - in stable/8: lib/libelf lib/libipsec lib/libpmc lib/msun/man sbin/geom/class/part share/doc/psd/03.iosys share/man/man4 share/man/man9 usr.bin/compress/doc usr.sbin/pkg_instal... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 04:50:29 -0000 Author: eadler (ports committer) Date: Thu Jan 5 04:50:28 2012 New Revision: 229559 URL: http://svn.freebsd.org/changeset/base/229559 Log: MFC r227458, r226436: - change "is is" to "is" or "it is" - change "the the" to "the" - other typo fixes Approved by: lstewart Modified: stable/8/lib/libelf/elf_update.3 stable/8/lib/libipsec/ipsec_strerror.3 stable/8/lib/libpmc/pmc.core.3 stable/8/lib/msun/man/ieee.3 stable/8/sbin/geom/class/part/gpart.8 stable/8/share/doc/psd/03.iosys/iosys stable/8/share/man/man4/dc.4 stable/8/share/man/man9/sleepqueue.9 stable/8/usr.bin/compress/doc/NOTES stable/8/usr.sbin/pkg_install/lib/version.c Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libelf/ (props changed) stable/8/lib/libipsec/ (props changed) stable/8/lib/libpmc/ (props changed) stable/8/lib/msun/ (props changed) stable/8/sbin/geom/ (props changed) stable/8/sbin/geom/class/part/ (props changed) stable/8/share/doc/ (props changed) stable/8/share/man/ (props changed) stable/8/share/man/man4/ (props changed) stable/8/share/man/man9/ (props changed) stable/8/usr.bin/compress/ (props changed) stable/8/usr.sbin/pkg_install/ (props changed) Modified: stable/8/lib/libelf/elf_update.3 ============================================================================== --- stable/8/lib/libelf/elf_update.3 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/lib/libelf/elf_update.3 Thu Jan 5 04:50:28 2012 (r229559) @@ -66,7 +66,7 @@ responsibility for the layout of the ELF If this flag is not set, the ELF library will compute the layout of the file from its associated section descriptors. .Pp -It is the application's responsibility to manage the the following +It is the application's responsibility to manage the following structure members in the ELF file: .Bl -tag -width indent .It "Executable Header" Modified: stable/8/lib/libipsec/ipsec_strerror.3 ============================================================================== --- stable/8/lib/libipsec/ipsec_strerror.3 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/lib/libipsec/ipsec_strerror.3 Thu Jan 5 04:50:28 2012 (r229559) @@ -63,7 +63,7 @@ as an underlying function, calling .Xr strerror 3 after .Fn ipsec_strerror -would overwrite the the return value from +would overwrite the return value from .Fn ipsec_strerror and make it invalid. .\" Modified: stable/8/lib/libpmc/pmc.core.3 ============================================================================== --- stable/8/lib/libpmc/pmc.core.3 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/lib/libpmc/pmc.core.3 Thu Jan 5 04:50:28 2012 (r229559) @@ -459,7 +459,7 @@ The number of instruction fetch misses i streaming buffers. .It Li ICache_Reads .Pq Event 80H , Umask 00H -The number of instruction fetches from the the instruction cache and +The number of instruction fetches from the instruction cache and streaming buffers counting both cacheable and uncacheable fetches. .It Li IFU_Mem_Stall .Pq Event 86H , Umask 00H Modified: stable/8/lib/msun/man/ieee.3 ============================================================================== --- stable/8/lib/msun/man/ieee.3 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/lib/msun/man/ieee.3 Thu Jan 5 04:50:28 2012 (r229559) @@ -183,7 +183,7 @@ Type name: .Bd -ragged -offset indent -compact On some architectures, .Vt long double -is the the same as +is the same as .Vt double . .Ed .Pp Modified: stable/8/sbin/geom/class/part/gpart.8 ============================================================================== --- stable/8/sbin/geom/class/part/gpart.8 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/sbin/geom/class/part/gpart.8 Thu Jan 5 04:50:28 2012 (r229559) @@ -366,7 +366,7 @@ Modify a partition from geom and further identified by the .Fl i Ar index option. -Only the the type and/or label of the partition can be modified. +Only the type and/or label of the partition can be modified. To change the type of a partition, specify the new type with the .Fl t Ar type option. Modified: stable/8/share/doc/psd/03.iosys/iosys ============================================================================== --- stable/8/share/doc/psd/03.iosys/iosys Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/share/doc/psd/03.iosys/iosys Thu Jan 5 04:50:28 2012 (r229559) @@ -813,7 +813,7 @@ which have a separate argument which indicates read or write. .IP B_DONE 10 This bit is set -to 0 when a block is handed to the the device strategy +to 0 when a block is handed to the device strategy routine and is turned on when the operation completes, whether normally as the result of an error. It is also used as part of the return argument of Modified: stable/8/share/man/man4/dc.4 ============================================================================== --- stable/8/share/man/man4/dc.4 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/share/man/man4/dc.4 Thu Jan 5 04:50:28 2012 (r229559) @@ -55,7 +55,7 @@ if_dc_load="YES" The .Nm driver provides support for several PCI Fast Ethernet adapters and -embedded controllers based on the the DEC/Intel 21143 chipset and clones. +embedded controllers based on the DEC/Intel 21143 chipset and clones. .Pp All of supported chipsets have the same general register layout, DMA descriptor format and method of operation. Modified: stable/8/share/man/man9/sleepqueue.9 ============================================================================== --- stable/8/share/man/man9/sleepqueue.9 Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/share/man/man9/sleepqueue.9 Thu Jan 5 04:50:28 2012 (r229559) @@ -351,7 +351,7 @@ argument specifies the thread to awaken argument specifies the wait channel to awaken it from. If the thread .Fa td -is not blocked on the the wait channel +is not blocked on the wait channel .Fa wchan then this function will not do anything, even if the thread is asleep on a different wait channel. Modified: stable/8/usr.bin/compress/doc/NOTES ============================================================================== --- stable/8/usr.bin/compress/doc/NOTES Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/usr.bin/compress/doc/NOTES Thu Jan 5 04:50:28 2012 (r229559) @@ -51,7 +51,7 @@ comprehensive survey of an area which wi Until the dust clears, how you approach ideas which are patented depends on how paranoid you are of a legal onslaught. Arbitrary? Yes. But -the patent bar the the CCPA (Court of Customs and Patent Appeals) +the patent bar of the CCPA (Court of Customs and Patent Appeals) thanks you for any uncertainty as they, at least, stand to gain from any trouble. Modified: stable/8/usr.sbin/pkg_install/lib/version.c ============================================================================== --- stable/8/usr.sbin/pkg_install/lib/version.c Thu Jan 5 04:50:10 2012 (r229558) +++ stable/8/usr.sbin/pkg_install/lib/version.c Thu Jan 5 04:50:28 2012 (r229559) @@ -66,7 +66,7 @@ split_version(const char *pkgname, const if (pkgname == NULL) errx(2, "%s: Passed NULL pkgname.", __func__); - /* Look for the last '-' the the pkgname */ + /* Look for the last '-' in the pkgname */ ch = strrchr(pkgname, '-'); /* Cheat if we are just passed a version, not a valid package name */ versionstr = ch ? ch + 1 : pkgname;