aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-06-16 19:54:08 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-06-16 19:54:08 +0000
commit78c0ad32770865e8946a3fe36e99098105726a42 (patch)
tree0959fa60fa15d9c8108695312ba91fa7313a07b4 /chapter06
parent4bddca7cf42b98ca2f2241203fefaf00e45ba70c (diff)
Small tags fixes. Ported from trunk r6022
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chroot.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index c9afcdc13..b58886f53 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -37,7 +37,7 @@ 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>
+<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
@@ -53,8 +53,8 @@ class="filesystem">devpts</systemitem> file systems (discussed in the
previous section) and enter chroot again before continuing with the
installations.</para>
-<para>Note that the bash prompt will say <quote>I have no
-name!</quote> This is normal because the
+<para>Note that the <command>bash</command> prompt will say
+<computeroutput>I have no name!</computeroutput> This is normal because the
<filename>/etc/passwd</filename> file has not been created yet.</para>
</sect1>