Переглянути джерело

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
Greg Schafer 22 роки тому
батько
коміт
c1e4223cca
3 змінених файлів з 4 додано та 6 видалено
  1. 1 2
      chapter01/conventions.xml
  2. 1 2
      chapter06/chroot.xml
  3. 2 2
      index.xml

+ 1 - 2
chapter01/conventions.xml

@@ -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 

+ 1 - 2
chapter06/chroot.xml

@@ -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>
 

+ 2 - 2
index.xml

@@ -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">