From 2dbc5fca5a83c2309edcaa92cd0d9440d182e8e7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Sep 2024 09:58:39 +0200 Subject: [PATCH] doc: Fix formatting with texi2html. * gettext-tools/doc/gettext.texi: Write '@itemize @bullet', not just '@itemize'. * gettext-tools/doc/xgettext.texi: Likewise. --- gettext-tools/doc/gettext.texi | 10 +++++----- gettext-tools/doc/xgettext.texi | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 3f0f30061..f30bc734d 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -3351,7 +3351,7 @@ In the GNU system, the following encodings are frequently used for the corresponding languages. @cindex encoding for your language -@itemize +@itemize @bullet @item @code{ISO-8859-1} for Afrikaans, Albanian, Basque, Breton, Catalan, Cornish, Danish, Dutch, English, Estonian, Faroese, Finnish, French, Galician, German, @@ -5446,7 +5446,7 @@ esac The ``Pology'' package is a Free Software package for manipulating PO files. It features, in particular: -@itemize +@itemize @bullet @item Examination and in-place modification of collections of PO files. @item @@ -10306,7 +10306,7 @@ categories: This data category associates @code{msgctxt} to the extracted text. In the global rule, the @code{contextRule} element contains the following: -@itemize +@itemize @bullet @item A required @code{selector} attribute. It contains an absolute selector that selects the nodes to which this rule applies. @@ -10327,7 +10327,7 @@ This data category indicates whether the special XML characters reference. In the global rule, the @code{escapeRule} element contains the following: -@itemize +@itemize @bullet @item A required @code{selector} attribute. It contains an absolute selector that selects the nodes to which this rule applies. @@ -10346,7 +10346,7 @@ content, but not to normalize whitespaces in the middle. boundaries. In the global rule, the @code{preserveSpaceRule} element contains the following: -@itemize +@itemize @bullet @item A required @code{selector} attribute. It contains an absolute selector that selects the nodes to which this rule applies. diff --git a/gettext-tools/doc/xgettext.texi b/gettext-tools/doc/xgettext.texi index 3e2258dcc..954d37350 100644 --- a/gettext-tools/doc/xgettext.texi +++ b/gettext-tools/doc/xgettext.texi @@ -275,7 +275,7 @@ GCC-source, Glade, Lua, JavaScript, Vala, GSettings, Desktop. The default keyword specifications, which are always looked for if not explicitly disabled, are language dependent. They are: -@itemize +@itemize @bullet @item For C, C++, and GCC-source: @code{gettext}, @code{dgettext:2}, @code{dcgettext:2}, @code{ngettext:1,2}, @code{dngettext:2,3}, -- 2.47.3