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
This commit is contained in:
Dan Nichilson 2007-08-06 18:04:15 +00:00
parent fe4c9f2a7b
commit d26d6d58bb
3 changed files with 15 additions and 5 deletions

View File

@ -36,6 +36,16 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2007-08-06</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Fixed a typo and clarified text on the Perl
page. Reported by Shawn.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2007-07-31</para> <para>2007-07-31</para>
<itemizedlist> <itemizedlist>

View File

@ -35,9 +35,9 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Perl</title> <title>Installation of Perl</title>
<para>First create a basic <filename>/etc/hosts</filename> file which will be <para>First create a basic <filename>/etc/hosts</filename> file to be
referenced in one of Perl's configuration files as well as being used used by referenced in one of Perl's configuration files as well as the optional
the testsuite if you run that:</para> testsuite:</para>
<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen> <screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20070731"> <!ENTITY version "SVN-20070806">
<!ENTITY releasedate "July 31, 2007"> <!ENTITY releasedate "August 6, 2007">
<!ENTITY milestone "7.0"> <!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->