[Clfs-commits] commit: r4525 - /trunk/BOOK/final-system/common/bzip2.xml

svn at cross-lfs.org svn at cross-lfs.org
Fri Jan 23 00:49:02 PST 2009


Author: chris at beaker67.com
Date: Fri Jan 23 08:49:01 2009
New Revision: 4525

Log:
Updates to text in bzip2 page

Modified:
    trunk/BOOK/final-system/common/bzip2.xml

Modified: trunk/BOOK/final-system/common/bzip2.xml
==============================================================================
--- trunk/BOOK/final-system/common/bzip2.xml (original)
+++ trunk/BOOK/final-system/common/bzip2.xml Fri Jan 23 08:49:01 2009
@@ -27,8 +27,9 @@
   <sect2 role="installation">
     <title>Installation of Bzip2</title>
 
-    <para os="s1">By Default bzip2 installs some programs using absolute-links. The following sed
-    will change them into relative-links:</para>
+    <para os="s1">By default Bzip2 creates some symlinks that use absolute
+    pathnames. The following sed will cause them to be created with relative
+    paths instead:</para>
 
 <screen os="s2"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
 
@@ -73,8 +74,9 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
-        bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
+        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
+        bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep),
+        bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg>
         <seg>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
         libbz2.so.&bzip2-version;), and libbz2.so.&bzip2-version;</seg>
       </seglistitem>




More information about the Clfs-commits mailing list