diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 06:41:47 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 06:41:47 +0000 |
commit | c1e4223cca7f15f1f1fedd8a088ec196e3c7657b (patch) | |
tree | 0215909e6cd69883d104bf2ab02e72813ace233e | |
parent | 54ff0b9fedfd7057fc1bc48649b27caceef710bb (diff) |
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
-rw-r--r-- | chapter01/conventions.xml | 3 | ||||
-rw-r--r-- | chapter06/chroot.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index 1cd0df06e..5d97b3673 100644 --- a/chapter01/conventions.xml +++ b/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 diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 4a1fb5d1c..e843c058e 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -19,8 +19,7 @@ to enter the chroot environment:</para> <para><screen><userinput>chroot $LFS /tools/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ - /tools/bin/bash --login</userinput></screen> -</para> + /tools/bin/bash --login</userinput></screen></para> <para><screen><userinput>set +h</userinput></screen></para> @@ -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"> |