diff options
-rw-r--r-- | chapter06/tar.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 8755aac7a..c8c2c661d 100644 --- a/chapter06/tar.xml +++ b/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> |