aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04/settingenviron.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-29 16:24:16 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-29 16:24:16 +0000
commit663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch)
tree7c789513e8b75ee906795c4a06600e2e4284638f /chapter04/settingenviron.xml
parent2ec0d203c3af587beb98406888dca6f6f5283180 (diff)
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/settingenviron.xml')
-rw-r--r--chapter04/settingenviron.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml
index 247b55e96..574526392 100644
--- a/chapter04/settingenviron.xml
+++ b/chapter04/settingenviron.xml
@@ -76,13 +76,12 @@ later. Setting <envar>LC_ALL</envar> to <quote>POSIX</quote>
or <quote>C</quote> (the two are equivalent) ensures that
everything will work as expected in the chroot environment.</para>
-<para>By putting <filename class="directory">/tools/bin</filename>
-ahead of the standard <envar>PATH</envar>, all the programs installed in <xref
-linkend="chapter-temporary-tools"/> are picked up by the shell
-immediately after their installation. This, combined with turning off
-hashing, limits the risk that old programs from
-the host are being used when they should not be used any
-longer.</para>
+<para>By putting <filename class="directory">/tools/bin</filename> ahead of the
+standard <envar>PATH</envar>, all the programs installed in <xref
+linkend="chapter-temporary-tools"/> are picked up by the shell immediately after
+their installation. This, combined with turning off hashing, limits the risk
+that old programs are used from the host when the same programs are available in
+the chapter 5 environment.</para>
<para>Finally, to have the environment fully prepared for building the
temporary tools, source the just-created user profile:</para>