瀏覽代碼

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>
 
 
       <varlistentry>
       <varlistentry>
-        <term><parameter>-G -O3</parameter></term>
+        <term><parameter>-O3</parameter></term>
         <listitem>
         <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>
         </listitem>
       </varlistentry>
       </varlistentry>
     </variablelist>
     </variablelist>