Changeset 2682464 for chapter06/gzip.xml


Ignore:
Timestamp:
06/25/2005 02:53:27 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
9c06f3f
Parents:
19711e7
Message:

Added the compress symlink to gzip. (merged from trunk r6145).

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r19711e7 r2682464  
    6262ln -s gzip /bin/gunzip
    6363ln -s gzip /bin/zcat
     64ln -s gzip /bin/compress
    6465ln -s gunzip /bin/uncompress</userinput></screen>
    6566
     
    7172<segmentedlist>
    7273<segtitle>Installed programs</segtitle>
    73 <seglistitem><seg>gunzip (link to gzip), gzexe,
     74<seglistitem><seg>compress (link to gzip), gunzip (link to gzip), gzexe,
    7475gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
    7576zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
     
    7980<?dbfo list-presentation="list"?>
    8081<?dbhtml list-presentation="table"?>
     82
     83<varlistentry id="compress">
     84<term><command>compress</command></term>
     85<listitem>
     86<para>Compresses and uncompresses compressed files</para>
     87<indexterm zone="ch-system-gzip compress"><primary sortas="b-compress">compress</primary></indexterm>
     88</listitem>
     89</varlistentry>
    8190
    8291<varlistentry id="gunzip">
Note: See TracChangeset for help on using the changeset viewer.