aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-09-21 23:04:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-09-21 23:04:36 +0000
commit1f3f918e633fdb593f15782c986d408562a5f7b7 (patch)
treec259abe6dcf3afa85f0c61fa19d1264a475f0b46 /chapter06/gawk.xml
parentfc8f960e270ddbeb7245c79923746586f10e531a (diff)
Make the spacing consistent for redirecting to a here-document. Thanks to Peter Ennis for the report.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r--chapter06/gawk.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 5c157bc03..cb45bb9cd 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -49,7 +49,7 @@
e.g., Gettext testsuite failures. Work around this issue by appending the
missing macro definitions to <filename>config.h</filename>:</para>
-<screen><userinput>cat &gt;&gt;config.h &lt;&lt;"EOF"
+<screen><userinput>cat &gt;&gt; config.h &lt;&lt; "EOF"
<literal>#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1</literal>
EOF</userinput></screen>