[Clfs-commits] commit: r4222 - in /trunk/BOOK: final-system/common/lzma.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Dec 27 02:31:57 PST 2008


Author: chris at beaker67.com
Date: Sat Dec 27 10:31:57 2008
New Revision: 4222

Log:
Corrections to lzma page

Modified:
    trunk/BOOK/final-system/common/lzma.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/lzma.xml
==============================================================================
--- trunk/BOOK/final-system/common/lzma.xml (original)
+++ trunk/BOOK/final-system/common/lzma.xml Sat Dec 27 10:31:57 2008
@@ -47,11 +47,11 @@
 
 <screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>
 
-    <para os="k">Move the LZMA-Utils binaries to /bin to be available like other compressing utilities:</para>
+    <para os="k">Move the <command>lzma</command> binary, and a couple
+    symlinks to it, to <filename class="directory">/bin</filename> to be
+    available like other compressing utilities:</para>
 
-<screen os="l"><userinput>mv -v /usr/bin/lzma /bin
-ln -sfv lzma /bin/unlzma
-ln -sfv lzma /bin/lzmacat</userinput></screen>
+<screen os="l"><userinput>mv -v /usr/bin/{lzma,lzcat,unlzma} /bin</userinput></screen>
 
   </sect2>
 
@@ -63,7 +63,7 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>lzma, lzmacat (link to lzma), lzmadec, lzmainfo,
+        <seg>lzma, lzcat (link to lzma), lzmadec, lzmainfo,
 	lzmore, and unlzma (link to lzma).</seg>
         <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
 	 liblzmadec.so.0.0.0</seg>
@@ -85,12 +85,12 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="lzmacat">
-        <term><command>lzmacat</command></term>
+      <varlistentry id="lzcat">
+        <term><command>lzcat</command></term>
         <listitem>
           <para>Decompresses to standard output</para>
-          <indexterm zone="ch-system-lzma lzmacat">
-            <primary sortas="b-lzmacat">lzmacat</primary>
+          <indexterm zone="ch-system-lzma lzcat">
+            <primary sortas="b-lzcat">lzcat</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Dec 27 10:31:57 2008
@@ -35,6 +35,17 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>December 27, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Corrections to LZMA instructions - the existing
+          instructions left broken symlinks (already created by LZMA) in
+          /usr/bin, and LZMA documentation refers to "lzcat" not "lzmacat".</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>December 25, 2008</para>




More information about the Clfs-commits mailing list