mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
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:
parent
6982a0453a
commit
07f6ab40ce
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user