Browse Source

removed indentation in 'here' document sample

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
849d8b35ad
1 changed files with 3 additions and 3 deletions
  1. 3 3
      chapter01/conventions.xml

+ 3 - 3
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>