ソースを参照

Minor formatting tweak

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 5 年 前
コミット
45cd4bff4f
1 ファイル変更4 行追加4 行削除
  1. 4 4
      chapter08/readline.xml

+ 4 - 4
chapter08/readline.xml

@@ -60,12 +60,12 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
       <title>The meaning of the configure option:</title>
 
       <varlistentry>
-        <term><parameter>--with-curses"</parameter></term>
+        <term><parameter>--with-curses</parameter></term>
         <listitem>
           <para>This option tells Readline that it can find the termcap
-	   library functions in the curses library, rather than a separate
-	   termcap library. It allows generating a correct
-	   <filename>readline.pc</filename> file.</para>
+	       library functions in the curses library, rather than a separate
+	       termcap library. It allows generating a correct
+	       <filename>readline.pc</filename> file.</para>
         </listitem>
       </varlistentry>