diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-06 18:04:15 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-06 18:04:15 +0000 |
commit | d26d6d58bb274b826c56ce9ad240db000a0520e1 (patch) | |
tree | 292d46ef3dbb7b31d2abbe204d2afc7cfaa96dc0 /chapter06 | |
parent | fe4c9f2a7bb3ddd46e399c69cb1451d9333c3a8a (diff) |
Fix typo and clarify text for Ch. 6 perl
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 9c9104eee..6e41b7bd0 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -35,9 +35,9 @@ <sect2 role="installation"> <title>Installation of Perl</title> - <para>First create a basic <filename>/etc/hosts</filename> file which will be - referenced in one of Perl's configuration files as well as being used used by - the testsuite if you run that:</para> + <para>First create a basic <filename>/etc/hosts</filename> file to be + referenced in one of Perl's configuration files as well as the optional + testsuite:</para> <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> |