diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
commit | a91be49af49a502ab60a3923b5e42034c39754fa (patch) | |
tree | 87e2382dae9a6ba1a0abcf66f82d5f0bd83b3043 /chapter06/perl.xml | |
parent | f7242d435512d5e29d8b0a23eb3b45096591319b (diff) |
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index c467c3236..d159db493 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -48,7 +48,7 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> <para>The following patch fixes known vulnerabilities and other issues - identified by the developers:</para> + identified by the developers:</para> <screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen> |