diff options
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> |