aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-05 08:56:39 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-05 08:56:39 +0000
commit4e629074ec07d0f8f4de48abd277e84f4d3188cc (patch)
tree25229e07bfc9e9819e08c3ddf8b0da234e92ef5b /chapter06
parentec0ce9caba2e3923f8e7f81d3d766dc2b78be852 (diff)
Miscellaneous fixes from the list. Thanks Bruce.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chroot.xml4
-rw-r--r--chapter06/gzip-inst.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index 71df04e4c..4a1fb5d1c 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -8,8 +8,8 @@ the packages we need. Before you can chroot, however, you need to become
can execute the <userinput>chroot</userinput> command.</para>
<para>Just like earlier, ensure the LFS environment variable is set up properly
-(if you decided to make use of it) by running <userinput>echo $LFS</userinput>
-and ensuring it shows the path to your LFS partition's mount point, which is
+by running <userinput>echo $LFS</userinput> and ensuring it shows the path to
+your LFS partition's mount point, which is
<filename class="directory">/mnt/lfs</filename> if you followed our
example.</para>
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index f03414c60..0bcfbff3b 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -7,7 +7,7 @@
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
-<para>The gzexe program has the location of the gzip binary hardcoded into
+<para>The gzexe program has the location of the gzip binary hard-wired into
it. Because we later change the location of this binary, the following
command will place the new location into the gzexe binary.</para>