aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r--chapter06/gzip.xml52
1 files changed, 26 insertions, 26 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 65791d2b7..4804b48ad 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -70,72 +70,72 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<variablelist><title>Short descriptions</title>
-<varlistentry>
-<term id="gunzip"><command>gunzip</command></term>
+<varlistentry id="gunzip">
+<term><command>gunzip</command></term>
<listitem>
<indexterm zone="ch-system-gzip gunzip"><primary sortas="b-gunzip">gunzip</primary></indexterm>
<para>decompresses gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="gzexe"><command>gzexe</command></term>
+<varlistentry id="gzexe">
+<term><command>gzexe</command></term>
<listitem>
<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
<para>is used to create self-uncompressing executable files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="gzip"><command>gzip</command></term>
+<varlistentry id="gzip">
+<term><command>gzip</command></term>
<listitem>
<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
<para>compresses the given files, using Lempel-Ziv (LZ77) coding.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zcat"><command>zcat</command></term>
+<varlistentry id="zcat">
+<term><command>zcat</command></term>
<listitem>
<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
<para>uncompresses the given gzipped files to standard output.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zcmp"><command>zcmp</command></term>
+<varlistentry id="zcmp">
+<term><command>zcmp</command></term>
<listitem>
<indexterm zone="ch-system-gzip zcmp"><primary sortas="b-zcmp">zcmp</primary></indexterm>
<para>runs cmp on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zdiff"><command>zdiff</command></term>
+<varlistentry id="zdiff">
+<term><command>zdiff</command></term>
<listitem>
<indexterm zone="ch-system-gzip zdiff"><primary sortas="b-zdiff">zdiff</primary></indexterm>
<para>runs diff on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zegrep"><command>zegrep</command></term>
+<varlistentry id="zegrep">
+<term><command>zegrep</command></term>
<listitem>
<indexterm zone="ch-system-gzip zegrep"><primary sortas="b-zegrep">zegrep</primary></indexterm>
<para>runs egrep on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zfgrep"><command>zfgrep</command></term>
+<varlistentry id="zfgrep">
+<term><command>zfgrep</command></term>
<listitem>
<indexterm zone="ch-system-gzip zfgrep"><primary sortas="b-zfgrep">zfgrep</primary></indexterm>
<para>runs fgrep on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zforce"><command>zforce</command></term>
+<varlistentry id="zforce">
+<term><command>zforce</command></term>
<listitem>
<indexterm zone="ch-system-gzip zforce"><primary sortas="b-zforce">zforce</primary></indexterm>
<para>forces a .gz extension on all given files
@@ -144,32 +144,32 @@ useful when file names were truncated during a file transfer.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zgrep"><command>zgrep</command></term>
+<varlistentry id="zgrep">
+<term><command>zgrep</command></term>
<listitem>
<indexterm zone="ch-system-gzip zgrep"><primary sortas="b-zgrep">zgrep</primary></indexterm>
<para>runs grep on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zless"><command>zless</command></term>
+<varlistentry id="zless">
+<term><command>zless</command></term>
<listitem>
<indexterm zone="ch-system-gzip zless"><primary sortas="b-zless">zless</primary></indexterm>
<para>runs less on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="zmore"><command>zmore</command></term>
+<varlistentry id="zmore">
+<term><command>zmore</command></term>
<listitem>
<indexterm zone="ch-system-gzip zmore"><primary sortas="b-zmore">zmore</primary></indexterm>
<para>runs more on gzipped files.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="znew"><command>znew</command></term>
+<varlistentry id="znew">
+<term><command>znew</command></term>
<listitem>
<indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
<para>re-compresses files from compress format to gzip format -- .Z to .gz.</para>