[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-18-gec2f02c

git git at cross-lfs.org
Fri Aug 1 22:58:51 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, master has been updated
       via  ec2f02c1e7214917a8ea5d7a8ad4836911e317e1 (commit)
      from  ba99b73469cfe42e88b82b9fd6da2e3a411ce169 (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 ec2f02c1e7214917a8ea5d7a8ad4836911e317e1
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