Minor tag placement tweaks in preparation for potential mass substitution.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-09 06:41:47 +00:00
parent 54ff0b9fed
commit c1e4223cca
3 changed files with 4 additions and 6 deletions

View File

@ -36,8 +36,7 @@ root:x:0:
bin:x:1:
......
<userinput>EOF</userinput>
</screen>
</para>
</screen></para>
<blockquote><para>This type of section is used mainly when creating
configuration files. The first command (in bold) tells the system to create

View File

@ -19,8 +19,7 @@ to enter the chroot environment:</para>
<para><screen><userinput>chroot $LFS /tools/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
&nbsp;&nbsp;&nbsp;&nbsp;/tools/bin/bash --login</userinput></screen>
</para>
&nbsp;&nbsp;&nbsp;&nbsp;/tools/bin/bash --login</userinput></screen></para>
<para><screen><userinput>set +h</userinput></screen></para>

View File

@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20031008">
<!ENTITY releasedate "October 8th, 2003">
<!ENTITY version "20031009">
<!ENTITY releasedate "October 9th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">