aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
commite5846effb0fab3c1f10b071660f96b45749d74cb (patch)
tree19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/perl.xml
parent7efa3be047998850dec035e52784fb6ea63eb1bc (diff)
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index aa90509e7..3d8188561 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -52,8 +52,8 @@ of the <command>less</command> program.</para></listitem>
<screen><userinput>make</userinput></screen>
<para>To run the test suite, first create a basic
-<filename>/etc/hosts</filename> file which is needed by a couple of
-tests to resolve the network name localhost:</para>
+<filename>/etc/hosts</filename> file which is needed by a couple of the tests to
+resolve the network name localhost:</para>
<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>