Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 04:50:10 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r229558 - in stable/7: 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...
Message-ID:  <201201050450.q054oAdu015149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Thu Jan  5 04:50:10 2012
New Revision: 229558
URL: http://svn.freebsd.org/changeset/base/229558

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/7/lib/libelf/elf_update.3
  stable/7/lib/libipsec/ipsec_strerror.3
  stable/7/lib/libpmc/pmc.core.3
  stable/7/lib/msun/man/ieee.3
  stable/7/sbin/geom/class/part/gpart.8
  stable/7/share/doc/psd/03.iosys/iosys
  stable/7/share/man/man4/dc.4
  stable/7/share/man/man9/sleepqueue.9
  stable/7/usr.bin/compress/doc/NOTES
  stable/7/usr.sbin/pkg_install/lib/version.c
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libelf/   (props changed)
  stable/7/lib/libipsec/   (props changed)
  stable/7/lib/libpmc/   (props changed)
  stable/7/lib/msun/   (props changed)
  stable/7/sbin/geom/   (props changed)
  stable/7/sbin/geom/class/part/   (props changed)
  stable/7/share/doc/   (props changed)
  stable/7/share/man/   (props changed)
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man9/   (props changed)
  stable/7/usr.bin/compress/   (props changed)
  stable/7/usr.sbin/pkg_install/   (props changed)

Modified: stable/7/lib/libelf/elf_update.3
==============================================================================
--- stable/7/lib/libelf/elf_update.3	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/lib/libelf/elf_update.3	Thu Jan  5 04:50:10 2012	(r229558)
@@ -66,7 +66,7 @@ responsibility for the layout of the ELF
 If this bit 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/7/lib/libipsec/ipsec_strerror.3
==============================================================================
--- stable/7/lib/libipsec/ipsec_strerror.3	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/lib/libipsec/ipsec_strerror.3	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/lib/libpmc/pmc.core.3
==============================================================================
--- stable/7/lib/libpmc/pmc.core.3	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/lib/libpmc/pmc.core.3	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/lib/msun/man/ieee.3
==============================================================================
--- stable/7/lib/msun/man/ieee.3	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/lib/msun/man/ieee.3	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/sbin/geom/class/part/gpart.8
==============================================================================
--- stable/7/sbin/geom/class/part/gpart.8	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/sbin/geom/class/part/gpart.8	Thu Jan  5 04:50:10 2012	(r229558)
@@ -289,7 +289,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/7/share/doc/psd/03.iosys/iosys
==============================================================================
--- stable/7/share/doc/psd/03.iosys/iosys	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/share/doc/psd/03.iosys/iosys	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/share/man/man4/dc.4
==============================================================================
--- stable/7/share/man/man4/dc.4	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/share/man/man4/dc.4	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/share/man/man9/sleepqueue.9
==============================================================================
--- stable/7/share/man/man9/sleepqueue.9	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/share/man/man9/sleepqueue.9	Thu Jan  5 04:50:10 2012	(r229558)
@@ -338,7 +338,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/7/usr.bin/compress/doc/NOTES
==============================================================================
--- stable/7/usr.bin/compress/doc/NOTES	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/usr.bin/compress/doc/NOTES	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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/7/usr.sbin/pkg_install/lib/version.c
==============================================================================
--- stable/7/usr.sbin/pkg_install/lib/version.c	Thu Jan  5 04:36:57 2012	(r229557)
+++ stable/7/usr.sbin/pkg_install/lib/version.c	Thu Jan  5 04:50:10 2012	(r229558)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201050450.q054oAdu015149>