Explorar o código

updated explanation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=24) %!d(string=hai) anos
pai
achega
b19e465b85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chapter06/file-exp.xml

+ 1 - 1
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>