Эх сурвалжийг харах

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
Manuel Canales Esparcia 20 жил өмнө
parent
commit
07f6ab40ce

+ 1 - 1
chapter01/changelog.xml

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

+ 3 - 2
chapter06/tar.xml

@@ -28,7 +28,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Tar</title>
 <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>
 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>
 <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">
 <varlistentry id="tar">
 <term><command>tar</command></term>
 <term><command>tar</command></term>
 <listitem>
 <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>
 <indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm>
 </listitem>
 </listitem>
 </varlistentry>
 </varlistentry>