diff options
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 6abe77805..9c9104eee 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -37,7 +37,7 @@ <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> + the testsuite if you run that:</para> <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> |