Ver código fonte

Changed two more uncompress's to decompress.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 anos atrás
pai
commit
e2c3fb99cb
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      chapter06/gzip.xml
  2. 1 1
      chapter06/zlib.xml

+ 1 - 1
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>

+ 1 - 1
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>