diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
commit | 2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch) | |
tree | 6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/perl-desc.xml | |
parent | f5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff) |
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/perl-desc.xml')
-rw-r--r-- | appendixa/perl-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/perl-desc.xml b/appendixa/perl-desc.xml index e3b6b92b1..57197a31b 100644 --- a/appendixa/perl-desc.xml +++ b/appendixa/perl-desc.xml @@ -28,8 +28,8 @@ pod2usage, podchecker, podselect, pstruct, s2p and splain</para></sect3> <para>h2xs converts .h C header files to Perl extensions.</para></sect4> <sect4><title>perl, perl5.6.1</title> -<para>perl is the Practical Extraction and Report Language. It combines -some of the best features of C, sed, awk, and sh into one powerful +<para>perl is the Practical Extraction and Report Language. It combines +some of the best features of C, sed, awk and sh into one powerful language.</para></sect4> <sect4><title>perlbug</title> @@ -41,7 +41,7 @@ modules that come with it, and mail them.</para></sect4> <sect4><title>perldoc</title> <para>perldoc looks up a piece of documentation in .pod format that is -embedded in the perl installation tree or in a perl script, and displays it +embedded in the perl installation tree or in a perl script and displays it via "pod2man | nroff -man | $PAGER".</para></sect4> <sect4><title>pl2pm</title> |