aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-10-21 05:19:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-10-21 05:19:55 +0000
commit481bd7988a01718d82f590021d844ad5bf5d1876 (patch)
treecb8f42feb612df646e26137a3c5a70e3a34a710e
parente98b1586b5dac43ec12bba1cc87ab14f8db86616 (diff)
Entered a generic description of the installed gettext libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/gettext-desc.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml
index 4d4483fc6..10bf90f79 100644
--- a/appendixa/gettext-desc.xml
+++ b/appendixa/gettext-desc.xml
@@ -73,14 +73,18 @@ from the given source files, to make the first translation template.</para>
makes C formatted output routines usable in C++ programs, for use with the
&lt;string&gt; strings and the &lt;iostream&gt; streams.</para>
-<para><command>libgettextlib</command>...</para>
+<para><command>libgettextlib</command> is a private library containing
+common routines used by the various gettext programs. They're not meant for
+general use.</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>
+<para><command>libgettextsrc</command> is a private library containing
+common routing used by the various gettext programs. They're not meant for
+general use.</para>
</sect2>