Author: manuel
Date: 2005-06-03 11:31:37 -0600 (Fri, 03 Jun 2005)
New Revision: 5623

Modified:
   branches/cross-lfs/BOOK/final-preps/aboutlfs.xml
Log:
Indented final-preps/aboutlfs.xml

Modified: branches/cross-lfs/BOOK/final-preps/aboutlfs.xml
===================================================================
--- branches/cross-lfs/BOOK/final-preps/aboutlfs.xml    2005-06-03 17:25:07 UTC 
(rev 5622)
+++ branches/cross-lfs/BOOK/final-preps/aboutlfs.xml    2005-06-03 17:31:37 UTC 
(rev 5623)
@@ -1,40 +1,43 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-final-preps-aboutlfs">
-<title>About $LFS</title>
-<?dbhtml filename="aboutlfs.html"?>
+  <?dbhtml filename="aboutlfs.html"?>
 
-<para>Throughout this book, the environment variable <envar>LFS</envar> will
-be used several times. It is paramount that this variable is always defined.
-It should be set to the mount point chosen for the LFS partition.
-Check that the <envar>LFS</envar> variable is set up properly with:</para>
+  <title>About $LFS</title>
 
+  <para>Throughout this book, the environment variable <envar>LFS</envar> will
+  be used several times. It is paramount that this variable is always defined.
+  It should be set to the mount point chosen for the LFS partition.
+  Check that the <envar>LFS</envar> variable is set up properly with:</para>
+
 <screen><userinput>echo $LFS</userinput></screen>
 
-<para>Make sure the output shows the path to the LFS partition's mount
-point, which is <filename class="directory">/mnt/lfs</filename> if the
-provided example was followed. If the output is incorrect, the
-variable can be set with:</para>
+  <para>Make sure the output shows the path to the LFS partition's mount
+  point, which is <filename class="directory">/mnt/lfs</filename> if the
+  provided example was followed. If the output is incorrect, the
+  variable can be set with:</para>
 
 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>
 
-<para>Having this variable set is beneficial in that commands such as
-<command>install -d $LFS/tools</command> can be typed literally. The shell
-will automatically replace <quote>$LFS</quote> with
-<quote>/mnt/lfs</quote> (or whatever the variable was set to) when it
-processes the command line.</para>
+  <para>Having this variable set is beneficial in that commands such as
+  <command>install -d $LFS/tools</command> can be typed literally. The shell
+  will automatically replace <quote>$LFS</quote> with
+  <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it
+  processes the command line.</para>
 
-<para>If you haven't created the /mnt/lfs directory, do so at this time
-by issuing the following commands:</para>
+  <para>If you haven't created the <filename 
class="directory">/mnt/lfs</filename>
+  directory, do so at this time by issuing the following commands:</para>
 
 <screen><userinput>install -d $LFS</userinput></screen>
 
-<para>Do not forget to check that <envar>$LFS</envar> is set whenever
-you leave and reenter the current working environment (as when doing a
-<quote>su</quote> to <emphasis>root</emphasis> or another user).</para>
+  <para>Do not forget to check that <envar>$LFS</envar> is set whenever
+  you leave and reenter the current working environment (as when doing a
+  <quote>su</quote> to <systemitem class="username">root</systemitem> or
+  another user).</para>
 
 </sect1>
-

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to