aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-01 22:40:30 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-01 22:40:30 +0000
commit90b56f5cf346ee9cbd5032a13066decc72860011 (patch)
treed0a9b8415b42e0fe4c474922cdcbec8158f21d25 /chapter06/perl.xml
parentfd96303fd353bee9f0822e3120b3f57ac073070a (diff)
Round 2 of several minor wording changes in chapter 6. (merged from trunk r6258)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6299 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 560722dff..d969c44e3 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -50,8 +50,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>