diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-20 05:34:00 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-20 05:34:00 +0000 |
commit | fa85c5e5c9a85f9d1252f3f93afc6ccd52f928dc (patch) | |
tree | 34bdee5947bba7844428922a318131258f4fdafd /chapter06/tar.xml | |
parent | 3afd8c74cc4ef5c9341233c839989d1ccfc89d60 (diff) |
Updated: wording on Tar Patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a8d3db3a0..90676e0f0 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -28,8 +28,8 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Tar</title> -<para>Tar has bug when the -S option is used with files over -4 GB. The following patch properly fixes this issue</para> +<para>Tar has a bug when the -S 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> |