Small tags fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-16 19:51:06 +00:00
parent 915fa5096c
commit e34d9cb84c

View File

@ -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 told that <filename class="directory">$LFS</filename> is now the root
(<filename class="directory">/</filename>) directory.</para> (<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 comes last in the <envar>PATH</envar>. This means that a
temporary tool will not be used anymore as soon as its final version 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 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 previous section) and enter chroot again before continuing with the
installations.</para> installations.</para>
<para>Note that the bash prompt will say <quote>I have no <para>Note that the <command>bash</command> prompt will say
name!</quote> This is normal because the <computeroutput>I have no name!</computeroutput> This is normal because the
<filename>/etc/passwd</filename> file has not been created yet.</para> <filename>/etc/passwd</filename> file has not been created yet.</para>
</sect1> </sect1>