diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
commit | bb55064a0b6cb7c96059cc6ea9fae49f709fc746 (patch) | |
tree | dc6f99c5a2e95d025832969459fd767825e2a8f3 /chapter06/gettext.xml | |
parent | 5ce2fc9ccd0be403e9eee9f97b4116536e485647 (diff) |
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index ca3e5e8f7..0f12c91f1 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -67,7 +67,7 @@ ngettext, project-id, team-address, trigger, urlget, user-email and xgettext</se <term><command>autopoint</command></term> <listitem> <indexterm zone="ch-system-gettext autopoint"><primary sortas="b-autopoint">autopoint</primary></indexterm> -<para>copies standard gettext infrastructure files into a source package.</para> +<para>copies standard Gettext infrastructure files into a source package.</para> </listitem> </varlistentry> @@ -135,7 +135,7 @@ catalog according to their attributes and manipulates the attributes.</para> <term><command>msgcat</command></term> <listitem> <indexterm zone="ch-system-gettext msgcat"><primary sortas="b-msgcat">msgcat</primary></indexterm> -<para>concatenates and merges the given <filename>.po</filename> files.</para> +<para>concatenates and merges the given <filename class="extension">.po</filename> files.</para> </listitem> </varlistentry> @@ -143,7 +143,7 @@ catalog according to their attributes and manipulates the attributes.</para> <term><command>msgcmp</command></term> <listitem> <indexterm zone="ch-system-gettext msgcmp"><primary sortas="b-msgcmp">msgcmp</primary></indexterm> -<para>compares two <filename>.po</filename> +<para>compares two <filename class="extension">.po</filename> files to check that both contain the same set of msgid strings.</para> </listitem> </varlistentry> @@ -153,7 +153,7 @@ files to check that both contain the same set of msgid strings.</para> <listitem> <indexterm zone="ch-system-gettext msgcomm"><primary sortas="b-msgcomm">msgcomm</primary></indexterm> <para>finds the messages that are common to -to the given <filename>.po</filename> files.</para> +to the given <filename class="extension">.po</filename> files.</para> </listitem> </varlistentry> @@ -210,7 +210,7 @@ catalog that match a given pattern or belong to some given source files.</para> <term><command>msginit</command></term> <listitem> <indexterm zone="ch-system-gettext msginit"><primary sortas="b-msginit">msginit</primary></indexterm> -<para>creates a new <filename>.po</filename> file, initializing the meta +<para>creates a new <filename class="extension">.po</filename> file, initializing the meta information with values from the user's environment.</para> </listitem> </varlistentry> @@ -258,7 +258,7 @@ from the given source files, to make the first translation template.</para> </varlistentry> <varlistentry id="libasprintf"> -<term><command>libasprintf</command></term> +<term><filename class="libraryfile">libasprintf</filename></term> <listitem> <indexterm zone="ch-system-gettext libasprintf"><primary sortas="c-libasprintf">libasprintf</primary></indexterm> <para>defines the autosprintf class, which @@ -268,29 +268,31 @@ makes C formatted output routines usable in C++ programs, for use with the </varlistentry> <varlistentry id="libgettextlib"> -<term><command>libgettextlib</command></term> +<term><filename class="libraryfile">libgettextlib</filename></term> <listitem> <indexterm zone="ch-system-gettext libgettextlib"><primary sortas="c-libgettextlib">libgettextlib</primary></indexterm> -<para>is a private library containing common routines used by the various gettext +<para>is a private library containing common routines used by the various Gettext programs. They're not meant for general use.</para> </listitem> </varlistentry> <varlistentry id="libgettextpo"> -<term><command>libgettextpo</command></term> +<term><filename class="libraryfile">libgettextpo</filename></term> <listitem> <indexterm zone="ch-system-gettext libgettextpo"><primary sortas="c-libgettextpo">libgettextpo</primary></indexterm> -<para>is used to write specialized programs that process PO files. This library is -used when the standard applications shipped with gettext won't suffice (such as -msgcomm, msgcmp, msgattrib and msgen).</para> +<para>is used to write specialized programs that process <filename +class="extension">.po</filename> files. This library is +used when the standard applications shipped with Gettext won't suffice (such as +<command>msgcomm</command>, <command>msgcmp</command>, +<command>msgattrib</command> and <command>msgen</command>).</para> </listitem> </varlistentry> <varlistentry id="libgettextsrc"> -<term><command>libgettextsrc</command></term> +<term><filename class="libraryfile">libgettextsrc</filename></term> <listitem> <indexterm zone="ch-system-gettext libgettextsrc"><primary sortas="c-libgettextsrc">libgettextsrc</primary></indexterm> -<para>is a private library containing common routines used by the various gettext +<para>is a private library containing common routines used by the various Gettext programs. They're not meant for general use.</para> </listitem> </varlistentry> |