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/gettext-desc.xml | |
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/gettext-desc.xml')
-rw-r--r-- | appendixa/gettext-desc.xml | 12 |
1 files changed, 12 insertions, 0 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> |