Changeset 48553c1 for chapter06


Ignore:
Timestamp:
11/16/2005 12:16:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
6856842
Parents:
66cf8d2
Message:

Merged revisions 7155, 7156 to alphabetical branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    r66cf8d2 r48553c1  
    3434prepare Perl for compilation with:</para>
    3535
    36 <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     36<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
    3737
    3838<para>The meaning of the configure options:</para>
     
    4040<variablelist>
    4141<varlistentry>
    42 <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
     42<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
    4343<listitem><para>This corrects an error in the way that
    4444<command>perldoc</command> invokes the <command>less</command> program.</para>
Note: See TracChangeset for help on using the changeset viewer.