diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 15:52:27 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 15:52:27 +0000 |
commit | 5e237eda5632e7b719300c25148e9e1907fba907 (patch) | |
tree | e129527297585aa80c90b239be486656c0ef9e5f /appendixa | |
parent | b989f3a6abd5d88704a01fb65f3f19585ea75676 (diff) |
Updated gettext contents
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/gettext-desc.xml | 12 | ||||
-rw-r--r-- | appendixa/gettext-shortdesc.xml | 14 |
2 files changed, 19 insertions, 7 deletions
diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 750de7f1e..4d4483fc6 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -2,6 +2,9 @@ <sect2><title>Short descriptions</title> +<para><command>autopoint</command> copies standard gettext infrastructure +files into a source package.</para> + <para><command>config.charset</command> outputs a system-dependent table of character encoding aliases.</para> @@ -66,8 +69,17 @@ textual message whose grammatical form depends on a number.</para> <para><command>xgettext</command> extracts the translatable message lines from the given source files, to make the first translation template.</para> +<para><command>libasprintf</command> defines the autosprintf class which +makes C formatted output routines usable in C++ programs, for use with the +<string> strings and the <iostream> streams.</para> + <para><command>libgettextlib</command>...</para> +<para><command>libgettextpo</command> 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><command>libgettextsrc</command>...</para> </sect2> diff --git a/appendixa/gettext-shortdesc.xml b/appendixa/gettext-shortdesc.xml index 2afbf38e9..37787f2d0 100644 --- a/appendixa/gettext-shortdesc.xml +++ b/appendixa/gettext-shortdesc.xml @@ -7,13 +7,13 @@ localization. Programs can be compiled with Native Language Support (NLS) which enable them to output messages in the user's native language.</para> -<para><emphasis>Installed programs</emphasis>: config.charset, config.rpath, -gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, -msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, -msguniq, ngettext, project-id, team-address, trigger, urlget, user-email and -xgettext</para> +<para><emphasis>Installed programs</emphasis>: autopoint, config.charset, +config.rpath, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, +msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, +msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger, +urlget, user-email and xgettext</para> -<para><emphasis>Installed libraries</emphasis>: libgettextlib[a,so] and -libgettextsrc[a,so]</para> +<para><emphasis>Installed libraries</emphasis>: libasprintf[a,so], +libgettextlib[a,so], libgettextpo[a,so] and libgettextsrc[a,so]</para> </sect2> |