Эх сурвалжийг харах

&& should have been a \

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 жил өмнө
parent
commit
6c039f6916

+ 1 - 1
chapter06/ncurses-inst.xml

@@ -7,7 +7,7 @@
 
 <para>Prepare Ncurses to be compiled:</para>
 
-<para><screen><userinput>./configure --prefix=/usr --with-shared &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --with-shared \
 &nbsp;&nbsp;&nbsp;&nbsp;--without-debug</userinput></screen></para>
 
 <para>Continue with compiling the package:</para>