소스 검색

Fixes my formatting error in the last commit - no changelog entry made

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 년 전
부모
커밋
05073f6082
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      chapter06/perl.xml

+ 6 - 2
chapter06/perl.xml

@@ -23,8 +23,12 @@ instead and modify the way Perl is built. If you think you can live with the
 (sensible) defaults Perl auto-detects, then just use the command listed
 above.</para>
 
-<para>The use of the -Dpager directive above fixes a small problem with the
-perldoc program, due to improper invocation of the less program.</para>
+<para>The meaning of the configure directive:</para>
+
+<itemizedlist>
+<listitem><para><userinput>-Dpager="/bin/less -isR"</userinput>: This corrects
+an error in the perldoc code with the invocation of the less program</para></listitem>
+</itemizedlist>
 
 <para>Compile the package:</para>