浏览代码

Fixed tar description. Bug 1553.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父节点
当前提交
2a0a14b817
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      chapter06/tar.xml

+ 3 - 2
chapter06/tar.xml

@@ -30,7 +30,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
 <sect2 role="installation">
 <title>Installation of Tar</title>
 
-<para>Tar has a bug when the <parameter>-S</parameter> option is used 
+<para>Tar has a bug when the <parameter>-S</parameter> option is used
 with files larger than 4 GB. The following patch properly fixes this issue:</para>
 
 <screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
@@ -76,7 +76,8 @@ tape drive through an interprocess communication connection</para>
 <varlistentry id="tar">
 <term><command>tar</command></term>
 <listitem>
-<para>Creates and extracts files from archives, also known as tarballs</para>
+<para>Creates, extracts files from, and lists the contents of archives,
+also known as tarballs</para>
 <indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm>
 </listitem>
 </varlistentry>