Author: manuel
Date: 2005-04-11 13:49:25 -0600 (Mon, 11 Apr 2005)
New Revision: 4918

Modified:
   branches/6.1/BOOK/chapter06/zlib.xml
Log:
Ported r4917 from trunk: Removed a missplaced comma.

Modified: branches/6.1/BOOK/chapter06/zlib.xml
===================================================================
--- branches/6.1/BOOK/chapter06/zlib.xml        2005-04-11 19:47:13 UTC (rev 
4917)
+++ branches/6.1/BOOK/chapter06/zlib.xml        2005-04-11 19:49:25 UTC (rev 
4918)
@@ -50,9 +50,9 @@
 
 <screen><userinput>make install</userinput></screen>
 
-<para>Next we will remove the old, <filename class="extension">.so</filename> 
files in
+<para>Next we will remove the old <filename class="extension">.so</filename> 
files in
 the <filename class="directory">/lib</filename> directory and relink them
-into <filename class="directory">/usr/lib</filename>.</para>
+into <filename class="directory">/usr/lib</filename>:</para>
 
 <screen><userinput>rm /lib/libz.so
 ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</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