aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-04 01:17:38 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-04 01:17:38 +0000
commite2c3fb99cbbd1db44f9936272222371c8d3c55d2 (patch)
treefe1d6c36f5f0398db442b081929728cc8098df01
parent3ee57d0bf1f445ff9124d823f32e0875b442ae7c (diff)
Changed two more uncompress's to decompress.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gzip.xml2
-rw-r--r--chapter06/zlib.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index c0347e5b8..ecb86a835 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -125,7 +125,7 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
<varlistentry id="zcat">
<term><command>zcat</command></term>
<listitem>
-<para>Uncompresses the given gzipped files to standard output</para>
+<para>Decompresses the given gzipped files to standard output</para>
<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
</listitem>
</varlistentry>
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 0c9fa8abc..c11a41f62 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -94,7 +94,7 @@ make</userinput></screen>
<varlistentry id="libz">
<term><filename class="libraryfile">libz</filename></term>
<listitem>
-<para>Contains compression and un-compression
+<para>Contains compression and decompression
functions used by some programs</para>
<indexterm zone="ch-system-zlib libz"><primary sortas="c-libz">libz</primary></indexterm>
</listitem>