diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 17:39:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 17:39:38 +0000 |
commit | a139c2502fc4cf588db69cb8d99d58a529a93b75 (patch) | |
tree | 7bcae102809e13e256834f79f7c8ef70bd4818c3 /chapter06 | |
parent | 70e333070850713c117980482d9bc5d6ca1852ed (diff) |
Update rationale for programs needed by systemd.
Reword an explanation for specifying less for the perl pager.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10537 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 24f99adf0..645016932 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -83,8 +83,8 @@ <varlistentry> <term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term> <listitem> - <para>This corrects an error in the way that <command>perldoc</command> - invokes the <command>less</command> program.</para> + <para>This ensures that <userinput>less</userinput> is used instead + of <userinput>more</userinput>.</para> </listitem> </varlistentry> |