summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2004-08-31 15:45:53 +0000
committerTammy Fox <tfox@redhat.com>2004-08-31 15:45:53 +0000
commitac920dd281625e98880436684b17eddd1e071f94 (patch)
tree07a2f02fd27f0be9eb5ab5fe32f24f7f0476f32f
parent4e400d242550cf7876b1f4f42111489c3300e8c9 (diff)
downloaddocumentation-guide-ac920dd281625e98880436684b17eddd1e071f94.tar.gz
documentation-guide-ac920dd281625e98880436684b17eddd1e071f94.tar.xz
documentation-guide-ac920dd281625e98880436684b17eddd1e071f94.zip
fix indentation
-rw-r--r--docs-tutorial-en.xml52
1 files changed, 26 insertions, 26 deletions
diff --git a/docs-tutorial-en.xml b/docs-tutorial-en.xml
index 3d68f89..88aae9c 100644
--- a/docs-tutorial-en.xml
+++ b/docs-tutorial-en.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-tutorial-en.xml,v 1.6 2004/08/13 16:08:48 tfox Exp $ -->
+<!-- $Id: docs-tutorial-en.xml,v 1.7 2004/08/31 15:45:53 tfox Exp $ -->
<chapter id="ch-tutorial">
<title>The Layout of a Tutorial</title>
@@ -10,12 +10,12 @@
be used, and an entity to change the version and date of the tutorial.
</para>
- <sect1 id="s1-tutorial-parent">
- <title>The Parent File</title>
-
- <para>
- Below is a sample parent file:
- </para>
+ <sect1 id="s1-tutorial-parent">
+ <title>The Parent File</title>
+
+ <para>
+ Below is a sample parent file:
+ </para>
<screen>
<computeroutput>
@@ -72,28 +72,28 @@
</computeroutput>
</screen>
- </sect1>
+ </sect1>
- <sect1 id="s1-tutorial-license">
- <title>Including the License Information</title>
+ <sect1 id="s1-tutorial-license">
+ <title>Including the License Information</title>
- <indexterm>
- <primary>tutorial layout</primary>
- <secondary>license</secondary>
- </indexterm>
-
- <para>
- All &PROJECT; manuals <emphasis>must</emphasis> contain the file
- <filename>legalnotice.xml</filename>. This file makes the license for
- the file the GNU Free Documentation License (FDL).
- </para>
-
- <para>
- The sample parent file shows how it is included.
- </para>
+ <indexterm>
+ <primary>tutorial layout</primary>
+ <secondary>license</secondary>
+ </indexterm>
+
+ <para>
+ All &PROJECT; manuals <emphasis>must</emphasis> contain the file
+ <filename>legalnotice.xml</filename>. This file makes the license for
+ the file the GNU Free Documentation License (FDL).
+ </para>
+
+ <para>
+ The sample parent file shows how it is included.
+ </para>
+
+ </sect1>
- </sect1>
-
</chapter>