Changeset 3ed279f for chapter06/gzip.xml


Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r0869f1e r3ed279f  
    6969</segmentedlist>
    7070
    71 <variablelist><title>Short descriptions</title>
     71<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     72<?dbfo list-presentation="list"?>
    7273
    7374<varlistentry id="gunzip">
    7475<term><command>gunzip</command></term>
    7576<listitem>
     77<para>decompresses gzipped files.</para>
    7678<indexterm zone="ch-system-gzip gunzip"><primary sortas="b-gunzip">gunzip</primary></indexterm>
    77 <para>decompresses gzipped files.</para>
    7879</listitem>
    7980</varlistentry>
     
    8283<term><command>gzexe</command></term>
    8384<listitem>
     85<para>used to create self-uncompressing executable files.</para>
    8486<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    85 <para>used to create self-uncompressing executable files.</para>
    8687</listitem>
    8788</varlistentry>
     
    9091<term><command>gzip</command></term>
    9192<listitem>
     93<para>compresses the given files, using Lempel-Ziv (LZ77) coding.</para>
    9294<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
    93 <para>compresses the given files, using Lempel-Ziv (LZ77) coding.</para>
    9495</listitem>
    9596</varlistentry>
     
    9899<term><command>zcat</command></term>
    99100<listitem>
     101<para>uncompresses the given gzipped files to standard output.</para>
    100102<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
    101 <para>uncompresses the given gzipped files to standard output.</para>
    102103</listitem>
    103104</varlistentry>
     
    106107<term><command>zcmp</command></term>
    107108<listitem>
     109<para>runs <command>cmp</command> on gzipped files.</para>
    108110<indexterm zone="ch-system-gzip zcmp"><primary sortas="b-zcmp">zcmp</primary></indexterm>
    109 <para>runs <command>cmp</command> on gzipped files.</para>
    110111</listitem>
    111112</varlistentry>
     
    114115<term><command>zdiff</command></term>
    115116<listitem>
     117<para>runs <command>diff</command> on gzipped files.</para>
    116118<indexterm zone="ch-system-gzip zdiff"><primary sortas="b-zdiff">zdiff</primary></indexterm>
    117 <para>runs <command>diff</command> on gzipped files.</para>
    118119</listitem>
    119120</varlistentry>
     
    122123<term><command>zegrep</command></term>
    123124<listitem>
     125<para>runs <command>egrep</command> on gzipped files.</para>
    124126<indexterm zone="ch-system-gzip zegrep"><primary sortas="b-zegrep">zegrep</primary></indexterm>
    125 <para>runs <command>egrep</command> on gzipped files.</para>
    126127</listitem>
    127128</varlistentry>
     
    130131<term><command>zfgrep</command></term>
    131132<listitem>
     133<para>runs <command>fgrep</command> on gzipped files.</para>
    132134<indexterm zone="ch-system-gzip zfgrep"><primary sortas="b-zfgrep">zfgrep</primary></indexterm>
    133 <para>runs <command>fgrep</command> on gzipped files.</para>
    134135</listitem>
    135136</varlistentry>
     
    138139<term><command>zforce</command></term>
    139140<listitem>
    140 <indexterm zone="ch-system-gzip zforce"><primary sortas="b-zforce">zforce</primary></indexterm>
    141141<para>forces a <filename class="extension">.gz</filename> extension on all given files
    142142that are gzipped files, so that <command>gzip</command> will not compress them again. This can be
    143143useful when file names were truncated during a file transfer.</para>
     144<indexterm zone="ch-system-gzip zforce"><primary sortas="b-zforce">zforce</primary></indexterm>
    144145</listitem>
    145146</varlistentry>
     
    148149<term><command>zgrep</command></term>
    149150<listitem>
     151<para>runs <command>grep</command> on gzipped files.</para>
    150152<indexterm zone="ch-system-gzip zgrep"><primary sortas="b-zgrep">zgrep</primary></indexterm>
    151 <para>runs <command>grep</command> on gzipped files.</para>
    152153</listitem>
    153154</varlistentry>
     
    156157<term><command>zless</command></term>
    157158<listitem>
     159<para>runs <command>less</command> on gzipped files.</para>
    158160<indexterm zone="ch-system-gzip zless"><primary sortas="b-zless">zless</primary></indexterm>
    159 <para>runs <command>less</command> on gzipped files.</para>
    160161</listitem>
    161162</varlistentry>
     
    164165<term><command>zmore</command></term>
    165166<listitem>
     167<para>runs <command>more</command> on gzipped files.</para>
    166168<indexterm zone="ch-system-gzip zmore"><primary sortas="b-zmore">zmore</primary></indexterm>
    167 <para>runs <command>more</command> on gzipped files.</para>
    168169</listitem>
    169170</varlistentry>
     
    172173<term><command>znew</command></term>
    173174<listitem>
    174 <indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
    175175<para>re-compresses files from <command>compress</command> format to <command>gzip</command> format
    176176-- <filename class="extension">.Z</filename> to <filename class="extension">.gz</filename>.</para>
     177<indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
    177178</listitem>
    178179</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.