소스 검색

&& 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>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>
 &nbsp;&nbsp;&nbsp;&nbsp;--without-debug</userinput></screen></para>
 
 
 <para>Continue with compiling the package:</para>
 <para>Continue with compiling the package:</para>