diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
commit | bc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 (patch) | |
tree | 0e38131e60a11b6b14bc34775a475f11dfce792a /chapter06/perl.xml | |
parent | 9c80e02769dc33c2b63d1630b87370ad79d590fc (diff) |
Several minor grammatical fixes. Thanks to Randy and Steve.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 00f8accfb..4bb925d1d 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -154,8 +154,9 @@ Unicode Character Mappings or Tcl Encoding Files</para> <varlistentry id="perl"> <term><command>perl</command></term> <listitem> -<para>Combines some of the best features of C, sed, awk and sh into a -single swiss-army language</para> +<para>Combines some of the best features of C, <command>sed</command>, +<command>awk</command> and <command>sh</command> into a single swiss-army +language</para> <indexterm zone="ch-system-perl perl"><primary sortas="b-perl">perl</primary></indexterm> </listitem> </varlistentry> @@ -299,7 +300,7 @@ files to Perl5 <filename class="extension">.pm</filename> modules</para> <varlistentry id="s2p"> <term><command>s2p</command></term> <listitem> -<para>Translates sed to Perl</para> +<para>Translates <command>sed</command> scripts to Perl</para> <indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm> </listitem> </varlistentry> |