From 849d8b35adbd8eabc0e0bbac3839606f9e36bdee Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 15 Oct 2001 19:24:10 +0000 Subject: removed indentation in 'here' document sample git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/conventions.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter01/conventions.xml') 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. cat > $LFS/etc/group << "EOF" - root:x:0: - bin:x:1: - ...... +root:x:0: +bin:x:1: +...... EOF -- cgit v1.2.3-54-g00ecf