aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
diff options
context:
space:
mode:
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>