Преглед изворни кода

&& should have been a \

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans пре 22 година
родитељ
комит
6c039f6916
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      chapter06/ncurses-inst.xml

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