Changeset 3951

Show
Ignore:
Timestamp:
07/06/08 21:57:33 (5 months ago)
Author:
jciccone
Message:

Text Cleanup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/final-system/common/perl.xml

    r3928 r3951  
    5454 
    5555    <para os="a01">Before starting to configure, create a basic 
    56     <filename>/etc/hosts</filename> file which will be referenced in one 
    57     of Perl's configuration files as well as being used used by the testsuite 
    58     if you run that:</para> 
     56    <filename>/etc/hosts</filename> file which will be referenced by one 
     57    of Perl's configuration files as well as used by the testsuite:</para> 
    5958 
    6059<screen os="a02"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>