[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 2538f4db29175501f96196159b58c05882bb8e71

git git at cross-lfs.org
Sat Jul 21 17:41:12 PDT 2012


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, master has been updated
       via  2538f4db29175501f96196159b58c05882bb8e71 (commit)
      from  ca9456ee96364aab80b56f544b0e2544432f2604 (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 2538f4db29175501f96196159b58c05882bb8e71
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Jul 21 19:38:45 2012 -0500

    fix typo in mips n32 final system udev.

diff --git a/BOOK/final-system/common/e2fsprogs.xml b/BOOK/final-system/common/e2fsprogs.xml
index 1390f1f..72f618e 100644
--- a/BOOK/final-system/common/e2fsprogs.xml
+++ b/BOOK/final-system/common/e2fsprogs.xml
@@ -125,11 +125,7 @@ cd build</userinput></screen>
       <varlistentry id="chattr">
         <term><command>chattr</command></term>
         <listitem>
-          <para>Changes the attributes of files on an <systemitem
-          class="filesystem">ext2</systemitem> file system; it also
-          changes <systemitem class="filesystem">ext3</systemitem>
-          file systems, the journaling version of <systemitem
-          class="filesystem">ext2</systemitem> file systems</para>
+          <para>Changes the attributes on a Linux file system</para>
           <indexterm zone="ch-system-e2fsprogs chattr">
             <primary sortas="b-chattr">chattr</primary>
           </indexterm>
diff --git a/BOOK/final-system/multilib/udev-n32.xml b/BOOK/final-system/multilib/udev-n32.xml
index 53eceba..c292e8f 100644
--- a/BOOK/final-system/multilib/udev-n32.xml
+++ b/BOOK/final-system/multilib/udev-n32.xml
@@ -26,7 +26,7 @@
     href="../common/udev.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32}CC="gcc ${BUILDN32}" \
+<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \
   ./configure --prefix=/usr \
   --exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib32 \
   --with-usb-ids-path=no --with-pci-ids-path=no \
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5c42551..5ffe25f 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>21 July 1012</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Change description of chattr of e2fsprogs.</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Remove unneeded eglibc-2.15-r17386-dl_dep_fix-1.patch from patches.</para>
         </listitem>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/e2fsprogs.xml  |    6 +-----
 BOOK/final-system/multilib/udev-n32.xml |    2 +-
 BOOK/introduction/common/changelog.xml  |    3 +++
 3 files changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list