aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
commit8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch)
tree2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/perl.xml
parentef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff)
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml34
1 files changed, 18 insertions, 16 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 0963dcc54..0b57357be 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -39,9 +39,9 @@ defaults it auto-detects, then prepare Perl for compilation with:</para>
<variablelist>
<varlistentry>
-<term><userinput>-Dpager="/bin/less -isR"</userinput></term>
-<listitem><para>This corrects an error in the perldoc code with the invocation
-of the less program.</para></listitem>
+<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
+<listitem><para>This corrects an error in the <command>perldoc</command> code with the invocation
+of the <command>less</command> program.</para></listitem>
</varlistentry>
</variablelist>
@@ -85,7 +85,7 @@ to c2ph), s2p, splain and xsubpp</seg>
<term><command>a2p</command></term>
<listitem>
<indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
-<para>translates awk to perl.</para>
+<para>translates awk to Perl.</para>
</listitem>
</varlistentry>
@@ -93,7 +93,7 @@ to c2ph), s2p, splain and xsubpp</seg>
<term><command>c2ph</command></term>
<listitem>
<indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
-<para>dumps C structures as generated from "cc -g -S" stabs.</para>
+<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
</listitem>
</varlistentry>
@@ -101,7 +101,7 @@ to c2ph), s2p, splain and xsubpp</seg>
<term><command>dprofpp</command></term>
<listitem>
<indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
-<para>displays perl profile data.</para>
+<para>displays Perl profile data.</para>
</listitem>
</varlistentry>
@@ -118,7 +118,7 @@ from either Unicode Character Mappings or Tcl Encoding Files.</para>
<term><command>find2perl</command></term>
<listitem>
<indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
-<para>translates find commands to perl.</para>
+<para>translates find commands to Perl.</para>
</listitem>
</varlistentry>
@@ -126,7 +126,8 @@ from either Unicode Character Mappings or Tcl Encoding Files.</para>
<term><command>h2ph</command></term>
<listitem>
<indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
-<para>converts .h C header files to .ph Perl header files.</para>
+<para>converts <filename class="extension">.h</filename> C header files to
+<filename class="extension">.ph</filename> Perl header files.</para>
</listitem>
</varlistentry>
@@ -134,7 +135,7 @@ from either Unicode Character Mappings or Tcl Encoding Files.</para>
<term><command>h2xs</command></term>
<listitem>
<indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
-<para>converts .h C header files to Perl extensions.</para>
+<para>converts <filename class="extension">.h</filename> C header files to Perl extensions.</para>
</listitem>
</varlistentry>
@@ -142,7 +143,7 @@ from either Unicode Character Mappings or Tcl Encoding Files.</para>
<term><command>libnetcfg</command></term>
<listitem>
<indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
-<para>can be used to configure the libnet.</para>
+<para>can be used to configure the <filename class="libraryfile">libnet</filename>.</para>
</listitem>
</varlistentry>
@@ -177,7 +178,7 @@ Perl or the modules that come with it, and mail them.</para>
<listitem>
<indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
<para>displays a piece of documentation in pod
-format that is embedded in the perl installation tree or in a perl script.</para>
+format that is embedded in the Perl installation tree or in a Perl script.</para>
</listitem>
</varlistentry>
@@ -203,7 +204,8 @@ converter <command>iconv</command>.</para>
<term><command>pl2pm</command></term>
<listitem>
<indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
-<para>is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para>
+<para>is a rough tool for converting Perl4 <filename class="extension">.pl</filename>
+files to Perl5 <filename class="extension">.pm</filename> modules.</para>
</listitem>
</varlistentry>
@@ -267,7 +269,7 @@ converter <command>iconv</command>.</para>
<term><command>psed</command></term>
<listitem>
<indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
-<para>is a Perl version of the stream editor <userinput>sed</userinput>.</para>
+<para>is a Perl version of the stream editor <command>sed</command>.</para>
</listitem>
</varlistentry>
@@ -275,7 +277,7 @@ converter <command>iconv</command>.</para>
<term><command>pstruct</command></term>
<listitem>
<indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
-<para>dumps C structures as generated from "cc -g -S" stabs.</para>
+<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
</listitem>
</varlistentry>
@@ -283,7 +285,7 @@ converter <command>iconv</command>.</para>
<term><command>s2p</command></term>
<listitem>
<indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
-<para>translates sed to perl.</para>
+<para>translates sed to Perl.</para>
</listitem>
</varlistentry>
@@ -292,7 +294,7 @@ converter <command>iconv</command>.</para>
<listitem>
<indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
<para>is used to force verbose warning
-diagnostics in perl.</para>
+diagnostics in Perl.</para>
</listitem>
</varlistentry>