Changeset fb8d773 for BOOK


Ignore:
Timestamp:
Dec 27, 2008, 2:31:57 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bfe1f5a
Parents:
31276bb
Message:

Corrections to lzma page

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/lzma.xml

    r31276bb rfb8d773  
    4848<screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>
    4949
    50     <para os="k">Move the LZMA-Utils binaries to /bin to be available like other compressing utilities:</para>
     50    <para os="k">Move the <command>lzma</command> binary, and a couple
     51    symlinks to it, to <filename class="directory">/bin</filename> to be
     52    available like other compressing utilities:</para>
    5153
    52 <screen os="l"><userinput>mv -v /usr/bin/lzma /bin
    53 ln -sfv lzma /bin/unlzma
    54 ln -sfv lzma /bin/lzmacat</userinput></screen>
     54<screen os="l"><userinput>mv -v /usr/bin/{lzma,lzcat,unlzma} /bin</userinput></screen>
    5555
    5656  </sect2>
     
    6464
    6565      <seglistitem>
    66         <seg>lzma, lzmacat (link to lzma), lzmadec, lzmainfo,
     66        <seg>lzma, lzcat (link to lzma), lzmadec, lzmainfo,
    6767        lzmore, and unlzma (link to lzma).</seg>
    6868        <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
     
    8686      </varlistentry>
    8787
    88       <varlistentry id="lzmacat">
    89         <term><command>lzmacat</command></term>
     88      <varlistentry id="lzcat">
     89        <term><command>lzcat</command></term>
    9090        <listitem>
    9191          <para>Decompresses to standard output</para>
    92           <indexterm zone="ch-system-lzma lzmacat">
    93             <primary sortas="b-lzmacat">lzmacat</primary>
     92          <indexterm zone="ch-system-lzma lzcat">
     93            <primary sortas="b-lzcat">lzcat</primary>
    9494          </indexterm>
    9595        </listitem>
  • BOOK/introduction/common/changelog.xml

    r31276bb rfb8d773  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>December 27, 2008</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Corrections to LZMA instructions - the existing
     44          instructions left broken symlinks (already created by LZMA) in
     45          /usr/bin, and LZMA documentation refers to "lzcat" not "lzmacat".</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
    3849
    3950    <listitem>
Note: See TracChangeset for help on using the changeset viewer.