mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
fe4c9f2a7b
commit
d26d6d58bb
@ -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>
|
||||||
|
@ -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)" > /etc/hosts</userinput></screen>
|
<screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
|
||||||
|
|
||||||
|
@ -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}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user