summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-07 18:55:08 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-07 18:55:08 (GMT)
commitd0726c3cd9a3bfe6f4de97b5a383d4bdcea7e853 (patch)
treee9123a9ff0fe73230e7871e6d6c9859f01429823
parent88c023b8639e351b2a93970ebef792a5a8697700 (diff)
downloadcpython-d0726c3cd9a3bfe6f4de97b5a383d4bdcea7e853.zip
cpython-d0726c3cd9a3bfe6f4de97b5a383d4bdcea7e853.tar.gz
cpython-d0726c3cd9a3bfe6f4de97b5a383d4bdcea7e853.tar.bz2
\file is not allowed in section titles -- converting to PDF fails due to
weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well.
-rw-r--r--Doc/lib/libgettext.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex
index e1a6c47..78794f0 100644
--- a/Doc/lib/libgettext.tex
+++ b/Doc/lib/libgettext.tex
@@ -240,7 +240,7 @@ returns a Unicode string by passing both the translated message string
and the value of the ``protected'' \member{_charset} variable to the
builtin \function{unicode()} function.
-\subsubsection{Solaris \file{.mo} file support}
+\subsubsection{Solaris message catalog support}
The Solaris operating system defines its own binary
\file{.mo} file format, but since no documentation can be found on
@@ -248,8 +248,8 @@ this format, it is not supported at this time.
\subsubsection{The Catalog constructor}
-GNOME uses a version of the \module{gettext} module by James
-Henstridge, but this version has a slightly different API. Its
+GNOME\index{GNOME} uses a version of the \module{gettext} module by
+James Henstridge, but this version has a slightly different API. Its
documented usage was:
\begin{verbatim}