aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/file-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/file-exp.xml b/chapter06/file-exp.xml
index 506520f98..3e6043c89 100644
--- a/chapter06/file-exp.xml
+++ b/chapter06/file-exp.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>sed '/#define __/a #include &lt;stdint.h&gt;' readelf.h.backup &gt; readelf.h :</userinput> This
+<para><userinput>sed $'/#define __/a \\\n#include &lt;stdint.h&gt;' readelf.h.backup &gt; readelf.h :</userinput> This
sed fixes an error which occurs when compiling file-3.36 with
automake-1.5 installed.</para>