Ignore:
Timestamp:
06/13/2004 07:25:16 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:
eb443a3
Parents:
5ce2fc9
Message:

Tags corrections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gettext.xml

    r5ce2fc9 rbb55064  
    6868<listitem>
    6969<indexterm zone="ch-system-gettext autopoint"><primary sortas="b-autopoint">autopoint</primary></indexterm>
    70 <para>copies standard gettext infrastructure files into a source package.</para>
     70<para>copies standard Gettext infrastructure files into a source package.</para>
    7171</listitem>
    7272</varlistentry>
     
    136136<listitem>
    137137<indexterm zone="ch-system-gettext msgcat"><primary sortas="b-msgcat">msgcat</primary></indexterm>
    138 <para>concatenates and merges the given <filename>.po</filename> files.</para>
     138<para>concatenates and merges the given <filename class="extension">.po</filename> files.</para>
    139139</listitem>
    140140</varlistentry>
     
    144144<listitem>
    145145<indexterm zone="ch-system-gettext msgcmp"><primary sortas="b-msgcmp">msgcmp</primary></indexterm>
    146 <para>compares two <filename>.po</filename>
     146<para>compares two <filename class="extension">.po</filename>
    147147files to check that both contain the same set of msgid strings.</para>
    148148</listitem>
     
    154154<indexterm zone="ch-system-gettext msgcomm"><primary sortas="b-msgcomm">msgcomm</primary></indexterm>
    155155<para>finds the messages that are common to
    156 to the given <filename>.po</filename> files.</para>
     156to the given <filename class="extension">.po</filename> files.</para>
    157157</listitem>
    158158</varlistentry>
     
    211211<listitem>
    212212<indexterm zone="ch-system-gettext msginit"><primary sortas="b-msginit">msginit</primary></indexterm>
    213 <para>creates a new <filename>.po</filename> file, initializing the meta
     213<para>creates a new <filename class="extension">.po</filename> file, initializing the meta
    214214information with values from the user's environment.</para>
    215215</listitem>
     
    259259
    260260<varlistentry id="libasprintf">
    261 <term><command>libasprintf</command></term>
     261<term><filename class="libraryfile">libasprintf</filename></term>
    262262<listitem>
    263263<indexterm zone="ch-system-gettext libasprintf"><primary sortas="c-libasprintf">libasprintf</primary></indexterm>
     
    269269
    270270<varlistentry id="libgettextlib">
    271 <term><command>libgettextlib</command></term>
     271<term><filename class="libraryfile">libgettextlib</filename></term>
    272272<listitem>
    273273<indexterm zone="ch-system-gettext libgettextlib"><primary sortas="c-libgettextlib">libgettextlib</primary></indexterm>
    274 <para>is a private library containing common routines used by the various gettext
     274<para>is a private library containing common routines used by the various Gettext
    275275programs. They're not meant for general use.</para>
    276276</listitem>
     
    278278
    279279<varlistentry id="libgettextpo">
    280 <term><command>libgettextpo</command></term>
     280<term><filename class="libraryfile">libgettextpo</filename></term>
    281281<listitem>
    282282<indexterm zone="ch-system-gettext libgettextpo"><primary sortas="c-libgettextpo">libgettextpo</primary></indexterm>
    283 <para>is used to write specialized programs that process PO files. This library is
    284 used when the standard applications shipped with gettext won't suffice (such as
    285 msgcomm, msgcmp, msgattrib and msgen).</para>
     283<para>is used to write specialized programs that process <filename
     284class="extension">.po</filename> files. This library is
     285used when the standard applications shipped with Gettext won't suffice (such as
     286<command>msgcomm</command>, <command>msgcmp</command>,
     287<command>msgattrib</command> and <command>msgen</command>).</para>
    286288</listitem>
    287289</varlistentry>
    288290
    289291<varlistentry id="libgettextsrc">
    290 <term><command>libgettextsrc</command></term>
     292<term><filename class="libraryfile">libgettextsrc</filename></term>
    291293<listitem>
    292294<indexterm zone="ch-system-gettext libgettextsrc"><primary sortas="c-libgettextsrc">libgettextsrc</primary></indexterm>
    293 <para>is a private library containing common routines used by the various gettext
     295<para>is a private library containing common routines used by the various Gettext
    294296programs. They're not meant for general use.</para>
    295297</listitem>
Note: See TracChangeset for help on using the changeset viewer.