aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 12:04:20 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 12:04:20 +0000
commitef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch)
tree2dfab531417a3727241a1770352ef10adda89493 /chapter06/gzip.xml
parent3042296e6f99f7795884e3bf6ca8a8a646488912 (diff)
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r--chapter06/gzip.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 0cb8f2b57..a72baf83a 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -106,7 +106,7 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<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>
+<para>runs <command>cmp</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -114,7 +114,7 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<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>
+<para>runs <command>diff</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -122,7 +122,7 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<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>
+<para>runs <command>egrep</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -130,7 +130,7 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<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>
+<para>runs <command>fgrep</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -138,8 +138,8 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</seg></seglistitem>
<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
-that are gzipped files, so that gzip will not compress them again. This can be
+<para>forces a <filename class="extension">.gz</filename> extension on all given files
+that are gzipped files, so that <command>gzip</command> will not compress them again. This can be
useful when file names were truncated during a file transfer.</para>
</listitem>
</varlistentry>
@@ -148,7 +148,7 @@ useful when file names were truncated during a file transfer.</para>
<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>
+<para>runs <command>grep</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -156,7 +156,7 @@ useful when file names were truncated during a file transfer.</para>
<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>
+<para>runs <command>less</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -164,7 +164,7 @@ useful when file names were truncated during a file transfer.</para>
<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>
+<para>runs <command>more</command> on gzipped files.</para>
</listitem>
</varlistentry>
@@ -172,7 +172,8 @@ useful when file names were truncated during a file transfer.</para>
<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>
+<para>re-compresses files from <command>compress</command> format to <command>gzip</command> format
+-- <filename class="extension">.Z</filename> to <filename class="extension">.gz</filename>.</para>
</listitem>
</varlistentry>
</variablelist>