aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/theend.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-12-18 13:13:31 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-12-18 13:13:31 +0000
commit7686ca6aaeae46b131da26467c1f238da65a3ebf (patch)
treee9dadfffd755b11ea2abfcf5dabb2fe1a600acdc /chapter09/theend.xml
parentb330f4a3a2f203aa63a209d73c6adaef8fe31a59 (diff)
Chapter09 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/theend.xml')
-rw-r--r--chapter09/theend.xml27
1 files changed, 15 insertions, 12 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 91dab3861..ddafe43b8 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -1,24 +1,27 @@
<?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-finish-theend">
-<title>The End</title>
-<?dbhtml filename="theend.html"?>
+ <?dbhtml filename="theend.html"?>
+
+ <title>The End</title>
-<indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
+ <indexterm zone="ch-finish-theend">
+ <primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary>
+ </indexterm>
-<para>Well done! The new LFS system is installed! We wish you much
-success with your shiny new custom-built Linux system.</para>
+ <para>Well done! The new LFS system is installed! We wish you much
+ success with your shiny new custom-built Linux system.</para>
-<para>It may be a good idea to create an
-<filename>/etc/lfs-release</filename> file. By having this file, it is
-very easy for you (and for us if you need to ask for help at some
-point) to find out which LFS version is installed on the system.
-Create this file by running:</para>
+ <para>It may be a good idea to create an <filename>/etc/lfs-release</filename>
+ file. By having this file, it is very easy for you (and for us if you need to
+ ask for help at some point) to find out which LFS version is installed on the
+ system. Create this file by running:</para>
<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
</sect1>
-