Author: xry111
Date: Fri Jan  1 03:25:47 2021
New Revision: 12079

Log:
fix the descriptions, after the removal of commands

Modified:
   trunk/BOOK/chapter08/bc.xml
   trunk/BOOK/chapter08/readline.xml

Modified: trunk/BOOK/chapter08/bc.xml
==============================================================================
--- trunk/BOOK/chapter08/bc.xml Thu Dec 31 16:40:41 2020        (r12078)
+++ trunk/BOOK/chapter08/bc.xml Fri Jan  1 03:25:47 2021        (r12079)
@@ -49,9 +49,9 @@
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>CC=gcc CFLAGS="-std=c99"</parameter></term>
+        <term><parameter>CC=gcc"</parameter></term>
         <listitem>
-          <para>These parameters specify the compiler and the C standard to 
use.</para>
+          <para>These parameters specify the compiler to use.</para>
         </listitem>
       </varlistentry>
 

Modified: trunk/BOOK/chapter08/readline.xml
==============================================================================
--- trunk/BOOK/chapter08/readline.xml   Thu Dec 31 16:40:41 2020        (r12078)
+++ trunk/BOOK/chapter08/readline.xml   Fri Jan  1 03:25:47 2021        (r12079)
@@ -95,7 +95,7 @@
 <screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" 
install</userinput></screen>
 
     <para>Now move the dynamic libraries to a more appropriate location
-    and fix up some permissions and symbolic links:</para>
+    and fix up symbolic links:</para>
 
 <screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* 
/lib
 ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to