Changeset 69993f4 for chapter06/gzip.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Gzip installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    25 GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
     25GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    6666<seglistitem><seg>gunzip (link to gzip), gzexe,
    6767gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
    68 zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
     68zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
    6969</segmentedlist>
    7070
     
    8383<term><command>gzexe</command></term>
    8484<listitem>
    85 <para>used to create self-uncompressing executable files.</para>
     85<para>creates self-uncompressing executable files.</para>
    8686<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    8787</listitem>
     
    9191<term><command>gzip</command></term>
    9292<listitem>
    93 <para>compresses the given files, using Lempel-Ziv (LZ77) coding.</para>
     93<para>compresses the given files using Lempel-Ziv (LZ77) coding.</para>
    9494<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
    9595</listitem>
     
    173173<term><command>znew</command></term>
    174174<listitem>
    175 <para>re-compresses files from <command>compress</command> format to <command>gzip</command> format
    176 -- <filename class="extension">.Z</filename> to <filename class="extension">.gz</filename>.</para>
     175<para>re-compresses files from <command>compress</command> format to
     176<command>gzip</command> format&mdash;<filename class="extension">.Z</filename>
     177to <filename class="extension">.gz</filename>.</para>
    177178<indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
    178179</listitem>
Note: See TracChangeset for help on using the changeset viewer.