Changeset 2256873 for chapter06/gzip.xml


Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    rf67ec77a r2256873  
    7070</segmentedlist>
    7171
    72 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     72<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    7373<?dbfo list-presentation="list"?>
    7474
     
    7676<term><command>gunzip</command></term>
    7777<listitem>
    78 <para>decompresses gzipped files.</para>
     78<para>decompresses gzipped files</para>
    7979<indexterm zone="ch-system-gzip gunzip"><primary sortas="b-gunzip">gunzip</primary></indexterm>
    8080</listitem>
     
    8484<term><command>gzexe</command></term>
    8585<listitem>
    86 <para>creates self-uncompressing executable files.</para>
     86<para>creates self-uncompressing executable files</para>
    8787<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    8888</listitem>
     
    9292<term><command>gzip</command></term>
    9393<listitem>
    94 <para>compresses the given files using Lempel-Ziv (LZ77) coding.</para>
     94<para>compresses the given files using Lempel-Ziv (LZ77) coding</para>
    9595<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
     96</listitem>
     97</varlistentry>
     98
     99<varlistentry id="uncompress">
     100<term><command>uncompress</command></term>
     101<listitem>
     102<para>Decompresses compressed files</para>
     103<indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
    96104</listitem>
    97105</varlistentry>
     
    100108<term><command>zcat</command></term>
    101109<listitem>
    102 <para>uncompresses the given gzipped files to standard output.</para>
     110<para>uncompresses the given gzipped files to standard output</para>
    103111<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
    104112</listitem>
     
    108116<term><command>zcmp</command></term>
    109117<listitem>
    110 <para>runs <command>cmp</command> on gzipped files.</para>
     118<para>runs <command>cmp</command> on gzipped files</para>
    111119<indexterm zone="ch-system-gzip zcmp"><primary sortas="b-zcmp">zcmp</primary></indexterm>
    112120</listitem>
     
    116124<term><command>zdiff</command></term>
    117125<listitem>
    118 <para>runs <command>diff</command> on gzipped files.</para>
     126<para>runs <command>diff</command> on gzipped files</para>
    119127<indexterm zone="ch-system-gzip zdiff"><primary sortas="b-zdiff">zdiff</primary></indexterm>
    120128</listitem>
     
    124132<term><command>zegrep</command></term>
    125133<listitem>
    126 <para>runs <command>egrep</command> on gzipped files.</para>
     134<para>runs <command>egrep</command> on gzipped files</para>
    127135<indexterm zone="ch-system-gzip zegrep"><primary sortas="b-zegrep">zegrep</primary></indexterm>
    128136</listitem>
     
    132140<term><command>zfgrep</command></term>
    133141<listitem>
    134 <para>runs <command>fgrep</command> on gzipped files.</para>
     142<para>runs <command>fgrep</command> on gzipped files</para>
    135143<indexterm zone="ch-system-gzip zfgrep"><primary sortas="b-zfgrep">zfgrep</primary></indexterm>
    136144</listitem>
     
    141149<listitem>
    142150<para>forces a <filename class="extension">.gz</filename> extension on all given files
    143 that are gzipped files, so that <command>gzip</command> will not compress them again. This can be
    144 useful when file names were truncated during a file transfer.</para>
     151that are gzipped files, so that <command>gzip</command> will not compress them again; this can be
     152useful when file names were truncated during a file transfer</para>
    145153<indexterm zone="ch-system-gzip zforce"><primary sortas="b-zforce">zforce</primary></indexterm>
    146154</listitem>
     
    150158<term><command>zgrep</command></term>
    151159<listitem>
    152 <para>runs <command>grep</command> on gzipped files.</para>
     160<para>runs <command>grep</command> on gzipped files</para>
    153161<indexterm zone="ch-system-gzip zgrep"><primary sortas="b-zgrep">zgrep</primary></indexterm>
    154162</listitem>
     
    158166<term><command>zless</command></term>
    159167<listitem>
    160 <para>runs <command>less</command> on gzipped files.</para>
     168<para>runs <command>less</command> on gzipped files</para>
    161169<indexterm zone="ch-system-gzip zless"><primary sortas="b-zless">zless</primary></indexterm>
    162170</listitem>
     
    166174<term><command>zmore</command></term>
    167175<listitem>
    168 <para>runs <command>more</command> on gzipped files.</para>
     176<para>runs <command>more</command> on gzipped files</para>
    169177<indexterm zone="ch-system-gzip zmore"><primary sortas="b-zmore">zmore</primary></indexterm>
    170178</listitem>
     
    176184<para>re-compresses files from <command>compress</command> format to
    177185<command>gzip</command> format&mdash;<filename class="extension">.Z</filename>
    178 to <filename class="extension">.gz</filename>.</para>
     186to <filename class="extension">.gz</filename></para>
    179187<indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
    180188</listitem>
Note: See TracChangeset for help on using the changeset viewer.