[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-16-gc9f9769

git git at cross-lfs.org
Fri Aug 1 22:58:41 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  c9f97692446a5340c807199b71e71edc8e8dd2c0 (commit)
      from  9cc06dba6d03843455f0a8bb4a0604dede0e3659 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9f97692446a5340c807199b71e71edc8e8dd2c0
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Aug 2 01:58:03 2014 -0400

    Reorder command explanations to match the actual command

diff --git a/BOOK/final-system/common/perl.xml b/BOOK/final-system/common/perl.xml
index b6c57d2..eb89721 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -62,21 +62,21 @@ export BUILD_BZIP2=0</userinput></screen>
       <title>The meaning of the configure option:</title>
 
       <varlistentry os="c1">
-        <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
+        <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term>
         <listitem>
-          <para>Less has not yet been installed, so by default
-          <command>perldoc</command> will invoke the <command>more</command>
-          program for viewing documentation. This option ensures that it will
-          use <command>less</command> instead.</para>
+          <para>Since Groff is not installed yet,
+          <command>configure.gnu</command> thinks that we do not want
+          man pages for Perl. Issuing these parameters overrides this decision.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry os="c2">
-        <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term>
+        <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
         <listitem>
-          <para>Since Groff is not installed yet,
-          <command>configure.gnu</command> thinks that we do not want
-          man pages for Perl. Issuing these parameters overrides this decision.</para>
+          <para>Less has not yet been installed, so by default
+          <command>perldoc</command> will invoke the <command>more</command>
+          program for viewing documentation. This option ensures that it will
+          use <command>less</command> instead.</para>
         </listitem>
       </varlistentry>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/perl.xml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list