diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-11 19:29:27 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-11 19:29:27 +0000 |
commit | 801e4b58c04ec095b186185750b24a97b5924c2b (patch) | |
tree | 6a48888f66fa71ba9cd43a4f1713e88067632f0d | |
parent | 4443e908bde4f284657d3a5cd49d21320808fb79 (diff) |
Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 90676e0f0..afa88e251 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 a bug when the -S option is used with files larger -than 4 GB. The following patch properly fixes this issue:</para> +<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> |