Author: manuel Date: 2005-06-20 12:50:03 -0600 (Mon, 20 Jun 2005) New Revision: 6071
Modified: trunk/BOOK/chapter06/tar.xml Log: Fixed tar description. Bug 1553. Modified: trunk/BOOK/chapter06/tar.xml =================================================================== --- trunk/BOOK/chapter06/tar.xml 2005-06-20 18:44:12 UTC (rev 6070) +++ trunk/BOOK/chapter06/tar.xml 2005-06-20 18:50:03 UTC (rev 6071) @@ -30,7 +30,7 @@ <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 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
