ソースを参照

Update bc option descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 6 年 前
コミット
474de8b1ab
1 ファイル変更10 行追加3 行削除
  1. 10 3
      chapter06/bc.xml

+ 10 - 3
chapter06/bc.xml

@@ -100,10 +100,17 @@ ln -sfv libncursesw.so.6 /usr/lib/libncurses.so</userinput></screen>
       </varlistentry>
 
       <varlistentry>
-        <term><parameter>-G -O3</parameter></term>
+        <term><parameter>-O3</parameter></term>
         <listitem>
-          <para>These parameters specify the optimization to use. Debug symbols 
-          will be retained.</para>
+          <para>Specify the optimization to use.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>-G</parameter></term>
+        <listitem>
+          <para>Omit  parts of the test suite that won't work
+          without a GNU bc present.</para>
         </listitem>
       </varlistentry>
     </variablelist>