diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
commit | 2645ec62a379849fbb2a5905dd33aca6d238f677 (patch) | |
tree | f4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/chroot.xml | |
parent | e9e4abc03147f1579db8c6d3715725731039a271 (diff) |
Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 80a27709f..d02c94e40 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -37,12 +37,12 @@ restricted to the LFS file system. This is because the Bash shell is told that <filename class="directory">$LFS</filename> is now the root (<filename class="directory">/</filename>) directory.</para> -<para>Notice that <filename class="directory">/tools/bin</filename> -comes last in the <envar>PATH</envar>. This means that a -temporary tool will not be used anymore as soon as its final version -is installed. This occurs when the shell does not <quote>remember</quote> the -locations of executed binaries—for this reason, hashing is switched -off by passing the <parameter>+h</parameter> option to <command>bash</command>.</para> +<para>Notice that <filename class="directory">/tools/bin</filename> comes last +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 +<quote>remember</quote> the locations of executed binaries—for this +reason, hashing is switched off by passing the <parameter>+h</parameter> option +to <command>bash</command>.</para> <para>It is important that all the commands throughout the remainder of this chapter and the following chapters are run from within the |