aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/chroot.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-06-20 07:26:14 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-06-20 07:26:14 +0000
commit9174a66f3453d2054a0168ceb43140feb6651790 (patch)
tree341de6bc7e6c621077ef503d7debeba379ab9f94 /chapter07/chroot.xml
parentb0b8a6bff9f658ccb1030bd50b163ef222f15532 (diff)
minor rewords in the beginning of chap 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/chroot.xml')
-rw-r--r--chapter07/chroot.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/chroot.xml b/chapter07/chroot.xml
index c0cd4fc96..085fb406e 100644
--- a/chapter07/chroot.xml
+++ b/chapter07/chroot.xml
@@ -43,8 +43,8 @@
(<filename class="directory">/</filename>) directory.</para>
<para>Notice that <filename class="directory">/tools/bin</filename> is not
- in the <envar>PATH</envar>. This means that a temporary tool will no longer be
- used once its final version is installed. This occurs when the shell does not
+ in the <envar>PATH</envar>. This means that the cross toolchain will no longer be
+ used in the chroot environment. This occurs when the shell does not
<quote>remember</quote> the locations of executed binaries&mdash;for this
reason, hashing is switched off by passing the <parameter>+h</parameter> option
to <command>bash</command>.</para>