Author: matthew
Date: 2010-02-22 12:08:35 -0700 (Mon, 22 Feb 2010)
New Revision: 9201

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/readline.xml
Log:
Correct the version number in Readline's documentation. This is the equivalent 
of upstream's 002 patch.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-02-22 17:48:30 UTC (rev 9200)
+++ trunk/BOOK/chapter01/changelog.xml  2010-02-22 19:08:35 UTC (rev 9201)
@@ -41,6 +41,10 @@
       <para>2010-02-22</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] Correct the version number used in Readline's
+          documentation. This is the equivalent of upstream's 002 patch.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] Update to e2fsprogs-1.41.10. Fixes
           <ulink url="&lfs-ticket-root;2576">#2576</ulink>. This
           also reverts the changes made in response to 

Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml   2010-02-22 17:48:30 UTC (rev 9200)
+++ trunk/BOOK/chapter06/readline.xml   2010-02-22 19:08:35 UTC (rev 9201)
@@ -49,6 +49,12 @@
 <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
 sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
+    <para>Correct the version number used in Readline's documentation:</para>
+
+<screen><userinput remap="pre">sed -i -e 's/0x0600/0x0601/' \
+       -e 's/6\.0/6.1/' \
+       -e 's/RL_VERSION_MINOR\t0/RL_VERSION_MINOR\t1/' 
readline.h</userinput></screen>
+
     <para>Prepare Readline for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr 
--libdir=/lib</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to