From d26d6d58bb274b826c56ce9ad240db000a0520e1 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Mon, 6 Aug 2007 18:04:15 +0000 Subject: Fix typo and clarify text for Ch. 6 perl git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/perl.xml') 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 @@ Installation of Perl - First create a basic /etc/hosts 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: + First create a basic /etc/hosts file to be + referenced in one of Perl's configuration files as well as the optional + testsuite: echo "127.0.0.1 localhost $(hostname)" > /etc/hosts -- cgit v1.2.3-54-g00ecf