diff options
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r-- | chapter06/perl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml index e7a594f13..9b5466010 100644 --- a/chapter06/perl-inst.xml +++ b/chapter06/perl-inst.xml @@ -22,7 +22,7 @@ checks to ensure it built correctly. Should you choose to run it, you first have to create a basic <filename>/etc/hosts</filename> file, needed by a couple of tests to resolve the name <emphasis>localhost</emphasis>:</para> -<screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> +<screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> <para>Now run the tests, if you wish:</para> |