Author: bdubbs
Date: Sat Apr 14 09:12:46 2018
New Revision: 11401

Log:
Typos and minor corrections

Modified:
   trunk/BOOK/chapter06/attr.xml
   trunk/BOOK/chapter06/expat.xml
   trunk/BOOK/chapter06/flex.xml

Modified: trunk/BOOK/chapter06/attr.xml
==============================================================================
--- trunk/BOOK/chapter06/attr.xml       Thu Apr 12 09:24:37 2018        (r11400)
+++ trunk/BOOK/chapter06/attr.xml       Sat Apr 14 09:12:46 2018        (r11401)
@@ -143,7 +143,7 @@
       <varlistentry id="libattr">
         <term><filename class="libraryfile">libattr</filename></term>
         <listitem>
-          <para>Contains the libbrary functions for manipulating extended 
attributes</para>
+          <para>Contains the library functions for manipulating extended 
attributes</para>
           <indexterm zone="ch-system-attr libattr">
             <primary sortas="c-libattr">libattr</primary>
           </indexterm>

Modified: trunk/BOOK/chapter06/expat.xml
==============================================================================
--- trunk/BOOK/chapter06/expat.xml      Thu Apr 12 09:24:37 2018        (r11400)
+++ trunk/BOOK/chapter06/expat.xml      Sat Apr 14 09:12:46 2018        (r11401)
@@ -47,7 +47,9 @@
 
     <para>Prepare Expat for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr 
--disable-static</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr    \
+            --disable-static \
+            --docdir=/usr/share/doc/expat-&expat-version;</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -63,8 +65,7 @@
 
     <para>If desired, install the documentation:</para>
 
-<screen><userinput remap="install">install -v -dm755 
/usr/share/doc/expat-&expat-version;
-install -v -m644 doc/*.{html,png,css} 
/usr/share/doc/expat-&expat-version;</userinput></screen>
+<screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} 
/usr/share/doc/expat-&expat-version;</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/chapter06/flex.xml
==============================================================================
--- trunk/BOOK/chapter06/flex.xml       Thu Apr 12 09:24:37 2018        (r11400)
+++ trunk/BOOK/chapter06/flex.xml       Sat Apr 14 09:12:46 2018        (r11401)
@@ -85,7 +85,7 @@
 
       <seglistitem>
         <seg>flex, flex++ (link to flex), and lex (link to flex)</seg>
-        <seg>libfl.so and libfl_pic.so</seg>
+        <seg>libfl.so</seg>
         <seg>/usr/share/doc/flex-&flex-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -121,7 +121,7 @@
       <varlistentry id="lex">
         <term><command>lex</command></term>
         <listitem>
-          <para>A script that runs <command>flex</command> in
+          <para>A symbolic link that runs <command>flex</command> in
           <command>lex</command> emulation mode</para>
           <indexterm zone="ch-system-flex lex">
             <primary sortas="b-lex">lex</primary>
-- 
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