aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-10-15 19:24:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-10-15 19:24:10 +0000
commit849d8b35adbd8eabc0e0bbac3839606f9e36bdee (patch)
tree751ddea3334151c16a0416e11ab04c8149cd6097
parent9a36c5c2ea8253209e763a51445cd35770ecbc34 (diff)
removed indentation in 'here' document sample
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/conventions.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml
index 9d39a8451..9d9f87029 100644
--- a/chapter01/conventions.xml
+++ b/chapter01/conventions.xml
@@ -32,9 +32,9 @@ book and to external pages such as HowTo's, download locations,
websites, etc.</para></blockquote>
<para><screen><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"</userinput>
- root:x:0:
- bin:x:1:
- ......
+root:x:0:
+bin:x:1:
+......
<userinput>EOF</userinput>
</screen>
</para>