From ba8848f4d0ac1d27d4a42a4441a34767943a56df Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 21 Oct 2013 22:08:54 +0000 Subject: [PATCH] Fix a few more typos and whitespaces. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- aux-file-data.sh | 4 ++-- chapter01/whatsnew.xml | 4 ---- chapter06/coreutils.xml | 2 +- chapter06/createfiles.xml | 4 ++-- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/aux-file-data.sh b/aux-file-data.sh index 096f8a2f4..f13f6d044 100755 --- a/aux-file-data.sh +++ b/aux-file-data.sh @@ -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 @@ bootmd5=$(md5sum $bootscripts | cut -f1 -d" ") 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 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 7934cc360..81445a66b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -226,10 +226,6 @@ Added: - - diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 5d7fe3ae4..4cd12a30e 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -156,7 +156,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes libstdbuf.so - /usr/libexec/coreutils + /usr/lib/coreutils diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 5139dce0f..4d7fcac31 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -47,9 +47,9 @@ sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la ln -sv bash /bin/sh Historically, Linux maintains a list of the mounted file systems in the - file /etc/mtab. Modern kernels maintain this list + file /etc/mtab. Modern kernels maintain this list internally and exposes it to the user via the /proc filesystem. To satisfy utilities that + class="directory">/proc filesystem. To satisfy utilities that expect the presence of /etc/mtab, create the following symbolic link: