Author: bdubbs
Date: 2012-08-29 14:45:23 -0600 (Wed, 29 Aug 2012)
New Revision: 9967

Removed:
   trunk/BOOK/lsb-bootscripts/
Modified:
   trunk/BOOK/bootscripts/ChangeLog
   trunk/BOOK/bootscripts/lfs/init.d/udev_retry
   trunk/BOOK/bootscripts/lfs/lib/services/init-functions
   trunk/BOOK/bootscripts/lfs/lib/services/ipv4-static
   trunk/BOOK/bootscripts/lfs/sysconfig/rc.site
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter02/creatingpartition.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/chapter06/iproute2.xml
   trunk/BOOK/chapter06/shadow.xml
   trunk/BOOK/chapter06/util-linux.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/stylesheets/lfs-xsl/common.xsl
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/COPYING
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
   trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
   trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl
Log:
Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory


Modified: trunk/BOOK/bootscripts/ChangeLog
===================================================================
--- trunk/BOOK/bootscripts/ChangeLog    2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/bootscripts/ChangeLog    2012-08-29 20:45:23 UTC (rev 9967)
@@ -43,7 +43,7 @@
    * lfs/init.d/rc: Correct double interactive prompt and set prompt defaults
    * lfs/init.d/setclock: Remove screen output from start case (udev)
    * lfs/init.d/udev{,_retry}:  Restore output to screen and log
-   * lfs/sbin/ifup: Change "..." to ": " (not awaiting additonal output)
+   * lfs/sbin/ifup: Change "..." to ": " (not awaiting additional output)
 
 2011-11-14  Bruce Dubbs <[email protected]>
 
@@ -85,7 +85,7 @@
    ** Add /etc/sysconfig/init_params for adding environmental parameters
       to all functions used in bootscripts
    ** Move network configuration to /etc/sysconfig/ifconfig.*.  The 
-      ifconfig files can have any extention.  Use IFACE parameter to 
+      ifconfig files can have any extension.  Use IFACE parameter to 
       specify the target network interface within the configuration file.
    ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of 
       files in /tmp at bootup.  Specify the variable in 
@@ -125,7 +125,7 @@
 2009-01-02  Bruce Dubbs <[email protected]>
    * lfs/init.d/functions:
    * lfs/sysconfig/network-devices/ifup: 
-     Updated line widths to accomodate pdf generation in both the above 
+     Updated line widths to accommodate pdf generation in both the above 
      files.
 
 2008-10-27  DJ Lucas <[email protected]>
@@ -354,14 +354,14 @@
      but required for compatibility.  (Nathan Coulson)
 
 n/a - February 9, 2005
-   * Accidently mounted /dev with 775 instead of 755, fixed
+   * Accidentally mounted /dev with 775 instead of 755, fixed
      (Reported by Alexander E. Patrakov)
 
 n/a - February 9, 2005
    * Bugfix for /dev, now mounted with 755 permission
 
 n/a - February 8, 2005
-   * changed pidof, so it doesnt check the process id
+   * changed pidof, so it doesn't check the process id
      of running bootscripts, and to process shell scripts
      (Nathan Coulson)
 
@@ -539,7 +539,7 @@
 n/a - July 31, 2004
    
    * Moved PIDFILE check to getpids and removed arguments from
-     killproc and reloadproc.  Signals are now set at begining of
+     killproc and reloadproc.  Signals are now set at beginning of
      funtcions script with KILLDELAY. (DJ)
    * Added a optional service script which can set the MTU for a given
      interface
@@ -1035,8 +1035,8 @@
 
    * added 'restart' to the swap script
 
-   * instead of using 'echo -n' to supress newlines so the [ OK ] and
-     related messages allign properly, substitute this with a single echo
+   * instead of using 'echo -n' to suppress newlines so the [ OK ] and
+     related messages align properly, substitute this with a single echo
      command that simply goes one line up before outputting anything. This
      also has the benefit that when programs have their own output (like
      swapon, fsck and loadkeys), there won't be an unwanted blank line

Modified: trunk/BOOK/bootscripts/lfs/init.d/udev_retry
===================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/udev_retry        2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/bootscripts/lfs/init.d/udev_retry        2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -21,7 +21,7 @@
 # Should-Stop:
 # Default-Start:       S
 # Default-Stop:
-# Short-Description:   Replays failed uevents and creates additonal devices.
+# Short-Description:   Replays failed uevents and creates additional devices.
 # Description:         Replays any failed uevents that were skipped due to
 #                      slow hardware initialization, and creates those needed
 #                      device nodes

Modified: trunk/BOOK/bootscripts/lfs/lib/services/init-functions
===================================================================
--- trunk/BOOK/bootscripts/lfs/lib/services/init-functions      2012-08-29 
17:06:34 UTC (rev 9966)
+++ trunk/BOOK/bootscripts/lfs/lib/services/init-functions      2012-08-29 
20:45:23 UTC (rev 9967)
@@ -158,7 +158,7 @@
 
             0)
                 # Program is already running correctly, this is a 
-                # succesful start.
+                # successful start.
                 return 0
                 ;;
 

Modified: trunk/BOOK/bootscripts/lfs/lib/services/ipv4-static
===================================================================
--- trunk/BOOK/bootscripts/lfs/lib/services/ipv4-static 2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/bootscripts/lfs/lib/services/ipv4-static 2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -65,7 +65,7 @@
       fi
 
       if [ -n "${GATEWAY}" ]; then
-         # Only remove the gateway if ther are no remaining ipv4 addresses
+         # Only remove the gateway if there are no remaining ipv4 addresses
          if [ "$(ip addr show ${1} 2>/dev/null | grep 'inet ')" != "" ]; then
             log_info_msg "Removing default gateway..."
             ip route del default

Modified: trunk/BOOK/bootscripts/lfs/sysconfig/rc.site
===================================================================
--- trunk/BOOK/bootscripts/lfs/sysconfig/rc.site        2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/bootscripts/lfs/sysconfig/rc.site        2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -34,7 +34,7 @@
 
 # Interactive startup
 #IPROMPT="yes" # Whether to display the interactive boot promp
-#itime="3"    # The ammount of time (in seconds) to display the prompt
+#itime="3"    # The amount of time (in seconds) to display the prompt
 
 # The total length of the distro welcome string, without escape codes
 #wlen=$(echo "Welcome to ${DISTRO}" | wc -c )

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/chapter01/changelog.xml  2012-08-29 20:45:23 UTC (rev 9967)
@@ -40,6 +40,10 @@
       <para>2012-08-29</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Fix spelling typos.  Thanks to Gilles
+          Espinasse.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Add additional explanations for time zone 
           installation, udev, and network configuration.</para>
         </listitem>

Modified: trunk/BOOK/chapter02/creatingpartition.xml
===================================================================
--- trunk/BOOK/chapter02/creatingpartition.xml  2012-08-29 17:06:34 UTC (rev 
9966)
+++ trunk/BOOK/chapter02/creatingpartition.xml  2012-08-29 20:45:23 UTC (rev 
9967)
@@ -105,7 +105,7 @@
     swapping by just listening to disk activity and observing how the system
     reacts to commands.  The first reaction to swapping should be to check for
     an unreasonable command such as trying to edit a five gigabyte file.  If
-    swapping becomes a normal occurance, the best solution is to purchase more
+    swapping becomes a normal occurrence, the best solution is to purchase more
     RAM for your system.</para> </sect3>
    
     <sect3>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/chapter06/glibc.xml      2012-08-29 20:45:23 UTC (rev 9967)
@@ -378,8 +378,8 @@
         <term><parameter>zic ... -p ...</parameter></term>
         <listitem>
           <para>This creates the <filename>posixrules</filename> file. We use
-          New York because POSIX requites the daylight savings time rules
-          to be unaccordance with US rules,</para>
+          New York because POSIX requires the daylight savings time rules
+          to be in accordance with US rules,</para>
         </listitem>
       </varlistentry>
     </variablelist>

Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml   2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/chapter06/iproute2.xml   2012-08-29 20:45:23 UTC (rev 9967)
@@ -183,7 +183,7 @@
           <para><command>ip mroute</command> allows users to set, change, or
           delete the multicast routing</para>
 
-          <para><command>ip monitor</command> allows users to continously 
monitor
+          <para><command>ip monitor</command> allows users to continuously 
monitor
           the state of devices, addresses and routes</para>
           <indexterm zone="ch-system-iproute2 ip">
             <primary sortas="b-ip">ip</primary>

Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml     2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/chapter06/shadow.xml     2012-08-29 20:45:23 UTC (rev 9967)
@@ -130,7 +130,7 @@
     a group of the same name as the user. By default the user ID (UID) and
     group ID (GID) numbers will begin with 1000. This means if you don't pass
     parameters to <command>useradd</command>, each user will be a member of a
-    unique group on the system. If this behaviour is undesireable, you'll need
+    unique group on the system. If this behaviour is undesirable, you'll need
     to pass the <parameter>-g</parameter> parameter to
     <command>useradd</command>. The default parameters are stored in the
     <filename>/etc/default/useradd</filename> file. You may need to modify two

Modified: trunk/BOOK/chapter06/util-linux.xml
===================================================================
--- trunk/BOOK/chapter06/util-linux.xml 2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/chapter06/util-linux.xml 2012-08-29 20:45:23 UTC (rev 9967)
@@ -562,7 +562,7 @@
       <varlistentry id="lscpu">
         <term><command>lscpu</command></term>
         <listitem>
-          <para>Prints CPU architechture information</para>
+          <para>Prints CPU architecture information</para>
           <indexterm zone="ch-system-util-linux lscpu">
             <primary sortas="b-lscpu">lscpu</primary>
           </indexterm>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/packages.ent     2012-08-29 20:45:23 UTC (rev 9967)
@@ -302,7 +302,7 @@
 <!ENTITY less-ch6-du "3.8 MB">
 <!ENTITY less-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY lfs-bootscripts-version "20120823">                 <!-- Scripts 
depend on this format -->
+<!ENTITY lfs-bootscripts-version "20120829">                 <!-- Scripts 
depend on this format -->
 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in 
Makefile -->
 <!ENTITY lfs-bootscripts-url 
"&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in 
Makefile -->

Modified: trunk/BOOK/stylesheets/lfs-xsl/common.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/common.xsl   2012-08-29 17:06:34 UTC (rev 
9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/common.xsl   2012-08-29 20:45:23 UTC (rev 
9967)
@@ -27,7 +27,7 @@
            We create this param to can have gentext support in both
            the Index page title and links that point to the Index page.
            It also allow us to change the title, if wanted.
-           Note: To change the title involves creating the appropiate
+           Note: To change the title involves creating the appropriate
            entries in lfs-l10n.xml -->
   <xsl:param name="index-title">Index</xsl:param>
 

Modified: trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/COPYING
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/COPYING 2012-08-29 
17:06:34 UTC (rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/COPYING 2012-08-29 
20:45:23 UTC (rev 9967)
@@ -23,7 +23,7 @@
 dealings in this Software without prior written authorization
 from the individuals in question.
 
-Any stylesheet derived from this Software that is publically
+Any stylesheet derived from this Software that is publicly
 distributed will be identified with a different name and the
 version strings in any derived Software will be changed so that
 no possibility of confusion between the derived package and this

Modified: trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl    
2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl    
2012-08-29 20:45:23 UTC (rev 9967)
@@ -832,7 +832,7 @@
   </xsl:choose>
 </xsl:param>
 <xsl:param name="toc.indent.width">24</xsl:param>
-<!-- inconsistant point specification? -->
+<!-- inconsistent point specification? -->
 <xsl:attribute-set name="toc.line.properties">
   <xsl:attribute name="text-align-last">justify</xsl:attribute>
   <xsl:attribute name="text-align">start</xsl:attribute>

Modified: trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl      
2012-08-29 17:06:34 UTC (rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl      
2012-08-29 20:45:23 UTC (rev 9967)
@@ -107,7 +107,7 @@
           and convert percentages to actual values based on that nominal size.
 
        Scale can be problematic. Scale applies to the contentwidth, so
-       a scale of 50 when a contentwidth is not specified is analagous to a
+       a scale of 50 when a contentwidth is not specified is analogous to a
        width of 50%. (If a contentwidth is specified, the scaling factor can
        be applied to that value and no problem exists.)
 

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl    2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl    2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -47,7 +47,7 @@
   </xsl:attribute-set>
 
     <!-- Divisions:
-          Translate alphabetical divisons titles to by-type titles. -->
+          Translate alphabetical divisions titles to by-type titles. -->
     <!-- The original template is in {docbook-xsl}/fo/autoidx.xsl -->
   <xsl:template match="indexterm" mode="index-div-basic">
     <xsl:param name="scope" select="."/>

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl    2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl    2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -35,7 +35,7 @@
   </xsl:attribute-set>
 
     <!-- Format variablelists lists as blocks? 1 = yes, 0 = no
-           Default variablelist format. We override it when necesary
+           Default variablelist format. We override it when necessary
            using the list-presentation processing instruction. -->
   <xsl:param name="variablelist.as.blocks" select="1"/>
 
@@ -171,4 +171,4 @@
     <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
   </xsl:attribute-set>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>

Modified: trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -48,7 +48,7 @@
   </xsl:template>
 
     <!--Divisions:
-          Translate alphabetical divisons titles to by-type titles.
+          Translate alphabetical divisions titles to by-type titles.
           Added gentext support to divisions titles.
           Using h2 for divisions titles.
           Changed output from dl format to ul format. -->

Modified: trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl  2012-08-29 17:06:34 UTC 
(rev 9966)
+++ trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl  2012-08-29 20:45:23 UTC 
(rev 9967)
@@ -217,7 +217,7 @@
 
     <!-- Body attributes:
            Add to the body XHTML output tag a class attribute with the book 
type
-           and a id atribute with the book type and version. -->
+           and a id attribute with the book type and version. -->
     <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
   <xsl:template name="body.attributes">
     <xsl:attribute name="class">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to