Author: matthew
Date: Mon Oct 21 15:08:54 2013
New Revision: 10367
Log:
Fix a few more typos and whitespaces.
Modified:
trunk/BOOK/aux-file-data.sh
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter06/coreutils.xml
trunk/BOOK/chapter06/createfiles.xml
Modified: trunk/BOOK/aux-file-data.sh
==============================================================================
--- trunk/BOOK/aux-file-data.sh Mon Oct 21 14:44:58 2013 (r10366)
+++ trunk/BOOK/aux-file-data.sh Mon Oct 21 15:08:54 2013 (r10367)
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ $# -lt 1 ] ; then
+if [ $# -lt 1 ] ; then
echo "This script needs the location of the xml file to update"
exit 1
fi
@@ -19,7 +19,7 @@
TOPDIR=$(pwd)
TMP_DIR=$(mktemp -d /tmp/lfsbootfiles.XXXXXX)
pushd $TMP_DIR > /dev/null
-tar -xf $TOPDIR/$bootscripts
+tar -xf $TOPDIR/$bootscripts
bootinstallsize=$(du -sk $TMP_DIR | cut -f1)
popd > /dev/null
rm -rf $TMP_DIR
Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml Mon Oct 21 14:44:58 2013 (r10366)
+++ trunk/BOOK/chapter01/whatsnew.xml Mon Oct 21 15:08:54 2013 (r10367)
@@ -226,10 +226,6 @@
<title>Added:</title>
<listitem><para></para></listitem> <!-- satisfy build -->
- <!--<listitem>
- <para>&automake-test-patch;</para>
- </listitem>-->
-
</itemizedlist>
<itemizedlist>
Modified: trunk/BOOK/chapter06/coreutils.xml
==============================================================================
--- trunk/BOOK/chapter06/coreutils.xml Mon Oct 21 14:44:58 2013 (r10366)
+++ trunk/BOOK/chapter06/coreutils.xml Mon Oct 21 15:08:54 2013 (r10367)
@@ -156,7 +156,7 @@
timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
unlink, users, vdir, wc, who, whoami, and yes</seg>
<seg>libstdbuf.so</seg>
- <seg>/usr/libexec/coreutils</seg>
+ <seg>/usr/lib/coreutils</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter06/createfiles.xml
==============================================================================
--- trunk/BOOK/chapter06/createfiles.xml Mon Oct 21 14:44:58 2013
(r10366)
+++ trunk/BOOK/chapter06/createfiles.xml Mon Oct 21 15:08:54 2013
(r10367)
@@ -47,9 +47,9 @@
ln -sv bash /bin/sh</userinput></screen>
<para>Historically, Linux maintains a list of the mounted file systems in the
- file <filename>/etc/mtab</filename>. Modern kernels maintain this list
+ file <filename>/etc/mtab</filename>. Modern kernels maintain this list
internally and exposes it to the user via the <filename
- class="directory">/proc</filename> filesystem. To satisfy utilities that
+ class="directory">/proc</filename> filesystem. To satisfy utilities that
expect the presence of <filename>/etc/mtab</filename>, create the following
symbolic link:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page