aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-30 22:10:21 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-30 22:10:21 +0000
commitb19e465b85b941779cd3e121a9e384717842d566 (patch)
tree9f34c72e8669fb5d888ee598c89e74aba99b84e5 /chapter06
parent90af77e59ace5961068156b41f63ae7db90d7fe6 (diff)
updated explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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>