From bb55064a0b6cb7c96059cc6ea9fae49f709fc746 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 13 Jun 2004 19:25:16 +0000 Subject: Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gettext.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'chapter06/gettext.xml') 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 xgettextautopoint autopoint -copies standard gettext infrastructure files into a source package. +copies standard Gettext infrastructure files into a source package. @@ -135,7 +135,7 @@ catalog according to their attributes and manipulates the attributes. msgcat msgcat -concatenates and merges the given .po files. +concatenates and merges the given .po files. @@ -143,7 +143,7 @@ catalog according to their attributes and manipulates the attributes. msgcmp msgcmp -compares two .po +compares two .po files to check that both contain the same set of msgid strings. @@ -153,7 +153,7 @@ files to check that both contain the same set of msgid strings. msgcomm finds the messages that are common to -to the given .po files. +to the given .po files. @@ -210,7 +210,7 @@ catalog that match a given pattern or belong to some given source files. msginit msginit -creates a new .po file, initializing the meta +creates a new .po file, initializing the meta information with values from the user's environment. @@ -258,7 +258,7 @@ from the given source files, to make the first translation template. -libasprintf +libasprintf libasprintf defines the autosprintf class, which @@ -268,29 +268,31 @@ makes C formatted output routines usable in C++ programs, for use with the -libgettextlib +libgettextlib libgettextlib -is a private library containing common routines used by the various gettext +is a private library containing common routines used by the various Gettext programs. They're not meant for general use. -libgettextpo +libgettextpo libgettextpo -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). +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). -libgettextsrc +libgettextsrc libgettextsrc -is a private library containing common routines used by the various gettext +is a private library containing common routines used by the various Gettext programs. They're not meant for general use. -- cgit v1.2.3-54-g00ecf