diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-20 05:28:44 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-20 05:28:44 +0000 |
commit | 3afd8c74cc4ef5c9341233c839989d1ccfc89d60 (patch) | |
tree | a61e7b9a178bfb2a596199b605c4fdf9e02ea86e | |
parent | 5c0f191523d165d081d8e8998cd6ff8ae3214d6f (diff) |
Updated: wording, thanx Randy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/tar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index d21bd0c1a..a8d3db3a0 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -29,7 +29,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <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 that issue</para> +4 GB. The following patch properly fixes this issue</para> <screen><userinput>patch -Np1 -i ../tar-&tar-version;-sparse_fix-1.patch</userinput></screen> |