diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 18:50:03 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 18:50:03 +0000 |
commit | 2a0a14b81797dc21687cb410ba5ecaf2e04c3a7a (patch) | |
tree | 195d483cf100acda6cba7d1832c59be87ee2d9b9 /chapter06 | |
parent | 3990e9a24134abbb8b973a8bcc08008f072c7b42 (diff) |
Fixed tar description. Bug 1553.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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> |