Changeset 8ad7980 for chapter06/perl.xml


Ignore:
Timestamp:
06/19/2004 01:39:28 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f67f5cf
Parents:
ef57e3b
Message:

Tags corrections

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    ref57e3b r8ad7980  
    4040<variablelist>
    4141<varlistentry>
    42 <term><userinput>-Dpager="/bin/less -isR"</userinput></term>
    43 <listitem><para>This corrects an error in the perldoc code with the invocation
    44 of the less program.</para></listitem>
     42<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
     43<listitem><para>This corrects an error in the <command>perldoc</command> code with the invocation
     44of the <command>less</command> program.</para></listitem>
    4545</varlistentry>
    4646</variablelist>
     
    8686<listitem>
    8787<indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
    88 <para>translates awk to perl.</para>
     88<para>translates awk to Perl.</para>
    8989</listitem>
    9090</varlistentry>
     
    9494<listitem>
    9595<indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
    96 <para>dumps C structures as generated from "cc -g -S" stabs.</para>
     96<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
    9797</listitem>
    9898</varlistentry>
     
    102102<listitem>
    103103<indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
    104 <para>displays perl profile data.</para>
     104<para>displays Perl profile data.</para>
    105105</listitem>
    106106</varlistentry>
     
    119119<listitem>
    120120<indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
    121 <para>translates find commands to perl.</para>
     121<para>translates find commands to Perl.</para>
    122122</listitem>
    123123</varlistentry>
     
    127127<listitem>
    128128<indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
    129 <para>converts .h C header files to .ph Perl header files.</para>
     129<para>converts <filename class="extension">.h</filename> C header files to
     130<filename class="extension">.ph</filename> Perl header files.</para>
    130131</listitem>
    131132</varlistentry>
     
    135136<listitem>
    136137<indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
    137 <para>converts .h C header files to Perl extensions.</para>
     138<para>converts <filename class="extension">.h</filename> C header files to Perl extensions.</para>
    138139</listitem>
    139140</varlistentry>
     
    143144<listitem>
    144145<indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
    145 <para>can be used to configure the libnet.</para>
     146<para>can be used to configure the <filename class="libraryfile">libnet</filename>.</para>
    146147</listitem>
    147148</varlistentry>
     
    178179<indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
    179180<para>displays a piece of documentation in pod
    180 format that is embedded in the perl installation tree or in a perl script.</para>
     181format that is embedded in the Perl installation tree or in a Perl script.</para>
    181182</listitem>
    182183</varlistentry>
     
    204205<listitem>
    205206<indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
    206 <para>is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para>
     207<para>is a rough tool for converting Perl4 <filename class="extension">.pl</filename>
     208files to Perl5 <filename class="extension">.pm</filename> modules.</para>
    207209</listitem>
    208210</varlistentry>
     
    268270<listitem>
    269271<indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
    270 <para>is a Perl version of the stream editor <userinput>sed</userinput>.</para>
     272<para>is a Perl version of the stream editor <command>sed</command>.</para>
    271273</listitem>
    272274</varlistentry>
     
    276278<listitem>
    277279<indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
    278 <para>dumps C structures as generated from "cc -g -S" stabs.</para>
     280<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
    279281</listitem>
    280282</varlistentry>
     
    284286<listitem>
    285287<indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
    286 <para>translates sed to perl.</para>
     288<para>translates sed to Perl.</para>
    287289</listitem>
    288290</varlistentry>
     
    293295<indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
    294296<para>is used to force verbose warning
    295 diagnostics in perl.</para>
     297diagnostics in Perl.</para>
    296298</listitem>
    297299</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.