[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-912-g56fbc70

git git at cross-lfs.org
Wed Feb 19 13:39:24 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  56fbc708bce5bbc4bf1b28f6f98d29c5e3361418 (commit)
       via  fe8dce30674c845c24f215c5cf5f42b798dcea38 (commit)
       via  eaf863f627451256f108c6cdfb224f1dd9a89ef6 (commit)
       via  24d7e069aabac9458bd883c36f0394593e608781 (commit)
       via  68a8a9ff8a4198be8bfb0002476daa9f14444312 (commit)
      from  06770332b991eec3ba5963584db5a455dd352b71 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 56fbc708bce5bbc4bf1b28f6f98d29c5e3361418
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 13:15:17 2014 -0600

    Fix misspelling.

diff --git a/BOOK/final-system/common/iproute2.xml b/BOOK/final-system/common/iproute2.xml
index 4e4d884..53e97de 100644
--- a/BOOK/final-system/common/iproute2.xml
+++ b/BOOK/final-system/common/iproute2.xml
@@ -182,7 +182,7 @@ rm -v man/man8/arpd.8</userinput></screen>
           <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>

commit fe8dce30674c845c24f215c5cf5f42b798dcea38
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 13:14:33 2014 -0600

    Fix misspelling.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index cf7eabd..eaf5817 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -586,7 +586,7 @@ su dummy -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
       <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>

commit eaf863f627451256f108c6cdfb224f1dd9a89ef6
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 13:13:59 2014 -0600

    Fix misspelling.

diff --git a/BOOK/final-system/ppc64-64/yaboot.xml b/BOOK/final-system/ppc64-64/yaboot.xml
index bd8bb45..d3e56d5 100644
--- a/BOOK/final-system/ppc64-64/yaboot.xml
+++ b/BOOK/final-system/ppc64-64/yaboot.xml
@@ -39,7 +39,7 @@
       <varlistentry>
         <term><parameter>"s/m32/m64/g"</parameter></term>
         <listitem>
-          <para>Replaces -m32 wih -m64 to force <command>gcc</command> to
+          <para>Replaces -m32 with -m64 to force <command>gcc</command> to
           create 64-bit code when compiling yaboot.</para>
         </listitem>
       </varlistentry>

commit 24d7e069aabac9458bd883c36f0394593e608781
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 13:13:03 2014 -0600

    Fix misspelling.

diff --git a/BOOK/bootscripts/common/usage.xml b/BOOK/bootscripts/common/usage.xml
index 7288cf0..92c3c81 100644
--- a/BOOK/bootscripts/common/usage.xml
+++ b/BOOK/bootscripts/common/usage.xml
@@ -69,7 +69,7 @@
       </varlistentry>
 
       <varlistentry>
-        <term>List avilable unit files:</term>
+        <term>List available unit files:</term>
         <listitem>
           <para><command>systemctl list-unit-files</command></para>
         </listitem>

commit 68a8a9ff8a4198be8bfb0002476daa9f14444312
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 13:12:35 2014 -0600

    Fix misspelling.

diff --git a/BOOK/bootscripts/common/locale.xml b/BOOK/bootscripts/common/locale.xml
index b5ec784..aa2fd74 100644
--- a/BOOK/bootscripts/common/locale.xml
+++ b/BOOK/bootscripts/common/locale.xml
@@ -127,7 +127,7 @@ EOF</userinput></screen>
   <para>You can also specify other language specific environment variables such
   as <envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_NUMERIC</envar> or
   any other environment variable from <command>locale</command> output. Just
-  seperate them with a space. An example where <envar>LANG</envar> is set as
+  separate them with a space. An example where <envar>LANG</envar> is set as
   en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para>
 
 <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/bootscripts/common/locale.xml      |    2 +-
 BOOK/bootscripts/common/usage.xml       |    2 +-
 BOOK/final-system/common/iproute2.xml   |    2 +-
 BOOK/final-system/common/util-linux.xml |    2 +-
 BOOK/final-system/ppc64-64/yaboot.xml   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list