Fixed tar description. Ported from trunk r6071.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-20 19:19:22 +00:00
parent 6982a0453a
commit 07f6ab40ce
2 changed files with 4 additions and 3 deletions

View File

@ -93,7 +93,7 @@ First a summary, then a detailed log.</para>
headers and Linux-Libc-Headers, plus fixed the list of installed files
on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk
(r6048 to r6050 and r6053 to r6056.) Fixed top program description
(bug 1549.)</para></listitem>
(bug 1549.) Fixed tar description (bug 1553.)</para></listitem>
<listitem><para>June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show
only irc.linuxfromscratch.org.</para></listitem>

View File

@ -28,7 +28,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-&tar-version;-sparse_fix-1.patch</userinput></screen>
@ -74,7 +74,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>