]> git.pld-linux.org Git - packages/gettext.git/blobdiff - gettext-info.patch
- updated to 0.22.5
[packages/gettext.git] / gettext-info.patch
index d66137e762e6187681526ad6f17be93b27028814..b87111b13658f7ddd01f40953149151ea23d576d 100644 (file)
@@ -1,5 +1,5 @@
---- gettext-0.17/gettext-tools/doc/gettext.texi.orig   2007-10-31 13:34:45.000000000 +0100
-+++ gettext-0.17/gettext-tools/doc/gettext.texi        2007-11-07 22:18:00.237953165 +0100
+--- gettext-0.21/gettext-tools/doc/gettext.texi.orig   2020-07-26 21:47:14.000000000 +0200
++++ gettext-0.21/gettext-tools/doc/gettext.texi        2020-10-11 19:22:15.147471076 +0200
 @@ -47,30 +47,30 @@
  @include version.texi
  
@@ -99,9 +99,9 @@
 +* msgen::                       Invoking the @code{msgen} Program
 +* msgexec::                     Invoking the @code{msgexec} Program
  * Colorizing::                  Highlighting parts of PO files
+ * Other tools::                 Other tools for manipulating PO files
  * libgettextpo::                Writing your own programs that process PO files
-@@ -280,8 +280,8 @@
+@@ -281,8 +281,8 @@
  
  Producing Binary MO Files
  
  * MO Files::                    The Format of GNU MO Files
  
  The Programmer's View
-@@ -339,7 +339,7 @@
+@@ -341,7 +341,7 @@
  
  * Flat and Non-Flat::           Flat or Non-Flat Directory Structures
  * Prerequisites::               Prerequisite Works
 +* gettextize::                  Invoking the @code{gettextize} Program
  * Adjusting Files::             Files You Must Create or Alter
  * autoconf macros::             Autoconf macros for use in @file{configure.ac}
- * CVS Issues::                  Integrating with CVS
-@@ -374,7 +374,7 @@
- * Distributed CVS::             Avoiding version mismatch in distributed development
- * Files under CVS::             Files to put under CVS version control
+ * Version Control Issues::      
+@@ -376,7 +376,7 @@
+ * Distributed Development::     Avoiding version mismatch in distributed development
+ * Files under Version Control::  Files to put under version control
+ * Translations under Version Control::  Put PO Files under Version Control
 -* autopoint Invocation::        Invoking the @code{autopoint} Program
 +* autopoint::                   Invoking the @code{autopoint} Program
  
  Other Programming Languages
  
-@@ -438,10 +438,10 @@
+@@ -449,12 +449,12 @@
  * Preparing Shell Scripts::     Preparing Shell Scripts for Internationalization
  * gettext.sh::                  Contents of @code{gettext.sh}
  * gettext Invocation::          Invoking the @code{gettext} program
 -* envsubst Invocation::         Invoking the @code{envsubst} program
 -* eval_gettext Invocation::     Invoking the @code{eval_gettext} function
 -* eval_ngettext Invocation::    Invoking the @code{eval_ngettext} function
+-* eval_pgettext Invocation::    Invoking the @code{eval_pgettext} function
+-* eval_npgettext Invocation::   Invoking the @code{eval_npgettext} function
 +* ngettext::                    Invoking the @code{ngettext} program
 +* envsubst::                    Invoking the @code{envsubst} program
 +* eval_gettext::                Invoking the @code{eval_gettext} function
 +* eval_ngettext::               Invoking the @code{eval_ngettext} function
++* eval_pgettext::               Invoking the @code{eval_pgettext} function
++* eval_npgettext::              Invoking the @code{eval_npgettext} function
  
  Perl
  
-@@ -987,7 +987,7 @@
+@@ -1030,7 +1030,7 @@
  exactly where in C sources each string is used.  All translations
  are set to empty.  The letter @code{t} in @file{.pot} marks this as
  a Template PO file, not yet oriented towards any particular language.
  @code{xgettext} program.  If you are @emph{really} lazy, you might
  be interested at working a lot more right away, and preparing the
  whole distribution setup (@pxref{Maintainers}).  By doing so, you
-@@ -1062,7 +1062,7 @@
+@@ -1105,7 +1105,7 @@
  which are no longer used in the program sources (@pxref{Obsolete
  Entries}).  It finally discovers new strings and inserts them in
  the resulting PO file as untranslated entries (@pxref{Untranslated
  @code{msgmerge} really does.
  
  Whatever route or means taken, the goal is to obtain an updated
-@@ -1086,8 +1086,8 @@
+@@ -1129,8 +1129,8 @@
  Once the PO file is complete and dependable, the @code{msgfmt} program
  is used for turning the PO file into a machine-oriented format, which
  may yield efficient retrieval of translations by the programs of the
  for the @code{msgfmt} program.
  
  Finally, the modified and marked C sources are compiled and linked
-@@ -1482,7 +1482,7 @@
+@@ -1558,7 +1558,7 @@
  
In case the @code{c-format} flag is given for a string the @code{msgfmt}
does some more tests to check to validity of the translation.
When the @code{c-format} flag is given for a string the @code{msgfmt}
program does some more tests to check the validity of the translation.
 -@xref{msgfmt Invocation}, @ref{c-format Flag} and @ref{c-format}.
 +@xref{msgfmt}, @ref{c-format Flag} and @ref{c-format}.
  
  @item objc-format
  @kwindex objc-format@r{ flag}
-@@ -2474,7 +2474,7 @@
+@@ -2656,7 +2656,7 @@
  
  If a string is marked with @code{c-format} and this is not correct the
  user can find out who is responsible for the decision.  See
 +@ref{xgettext} to see how the @code{--debug} option can be
  used for solving this problem.
  
- @node Special cases, Bug Report Address, c-format Flag, Sources
-@@ -2506,7 +2506,7 @@
+ @node Special cases
+@@ -2688,7 +2688,7 @@
  While it is no problem to mark the string @code{"a default message"} it
  is not possible to mark the string initializers for @code{messages}.
  What is to be done?  We have to fulfill two tasks.  First we have to mark the
  can find them, and second we have to translate the string at runtime
  before printing them.
  
-@@ -2536,8 +2536,7 @@
+@@ -2718,8 +2718,7 @@
  
  Please convince yourself that the string which is written by
  @code{fputs} is translated in any case.  How to get @code{xgettext} know
  
  The above is of course not the only solution.  You could also come along
  with the following one:
-@@ -2813,10 +2812,10 @@
+@@ -3015,10 +3014,10 @@
  @c FIXME: Rewrite.
  
  @menu
 +* xgettext::                    Invoking the @code{xgettext} Program
  @end menu
  
--@node xgettext Invocation,  , Template, Template
-+@node xgettext,  , Template, Template
+-@node xgettext Invocation
++@node xgettext
  @section Invoking the @code{xgettext} Program
  
  @include xgettext.texi
-@@ -2845,16 +2844,16 @@
+@@ -3047,11 +3046,11 @@
  the header entry of this file.
  
  @menu
  * Header Entry::                Filling in the Header Entry
  @end menu
  
--@node msginit Invocation, Header Entry, Creating, Creating
-+@node msginit, Header Entry, Creating, Creating
+-@node msginit Invocation
++@node msginit
  @section Invoking the @code{msginit} Program
  
  @include msginit.texi
--@node Header Entry,  , msginit Invocation, Creating
-+@node Header Entry,  , msginit, Creating
- @section Filling in the Header Entry
- @cindex header entry of a PO file
-@@ -3028,10 +3027,10 @@
+@@ -3283,10 +3282,10 @@
  @chapter Updating Existing PO Files
  
  @menu
 +* msgmerge::                    Invoking the @code{msgmerge} Program
  @end menu
  
--@node msgmerge Invocation,  , Updating, Updating
-+@node msgmerge,  , Updating, Updating
+-@node msgmerge Invocation
++@node msgmerge
  @section Invoking the @code{msgmerge} Program
  
  @include msgmerge.texi
-@@ -4571,71 +4570,71 @@
+@@ -4826,67 +4825,67 @@
  write other specialized programs that process PO files.
  
  @menu
 +* msgen::                       Invoking the @code{msgen} Program
 +* msgexec::                     Invoking the @code{msgexec} Program
  * Colorizing::                  Highlighting parts of PO files
+ * Other tools::                 Other tools for manipulating PO files
  * libgettextpo::                Writing your own programs that process PO files
  @end menu
  
--@node msgcat Invocation, msgconv Invocation, Manipulating, Manipulating
-+@node msgcat, msgconv, Manipulating, Manipulating
+-@node msgcat Invocation
++@node msgcat
  @section Invoking the @code{msgcat} Program
  
  @include msgcat.texi
  
--@node msgconv Invocation, msggrep Invocation, msgcat Invocation, Manipulating
-+@node msgconv, msggrep, msgcat, Manipulating
+-@node msgconv Invocation
++@node msgconv
  @section Invoking the @code{msgconv} Program
  
  @include msgconv.texi
  
--@node msggrep Invocation, msgfilter Invocation, msgconv Invocation, Manipulating
-+@node msggrep, msgfilter, msgconv, Manipulating
+-@node msggrep Invocation
++@node msggrep
  @section Invoking the @code{msggrep} Program
  
  @include msggrep.texi
  
--@node msgfilter Invocation, msguniq Invocation, msggrep Invocation, Manipulating
-+@node msgfilter, msguniq, msggrep, Manipulating
+-@node msgfilter Invocation
++@node msgfilter
  @section Invoking the @code{msgfilter} Program
  
  @include msgfilter.texi
  
--@node msguniq Invocation, msgcomm Invocation, msgfilter Invocation, Manipulating
-+@node msguniq, msgcomm, msgfilter, Manipulating
+-@node msguniq Invocation
++@node msguniq
  @section Invoking the @code{msguniq} Program
  
  @include msguniq.texi
  
--@node msgcomm Invocation, msgcmp Invocation, msguniq Invocation, Manipulating
-+@node msgcomm, msgcmp, msguniq, Manipulating
+-@node msgcomm Invocation
++@node msgcomm
  @section Invoking the @code{msgcomm} Program
  
  @include msgcomm.texi
  
--@node msgcmp Invocation, msgattrib Invocation, msgcomm Invocation, Manipulating
-+@node msgcmp, msgattrib, msgcomm, Manipulating
+-@node msgcmp Invocation
++@node msgcmp
  @section Invoking the @code{msgcmp} Program
  
  @include msgcmp.texi
  
--@node msgattrib Invocation, msgen Invocation, msgcmp Invocation, Manipulating
-+@node msgattrib, msgen, msgcmp, Manipulating
+-@node msgattrib Invocation
++@node msgattrib
  @section Invoking the @code{msgattrib} Program
  
  @include msgattrib.texi
  
--@node msgen Invocation, msgexec Invocation, msgattrib Invocation, Manipulating
-+@node msgen, msgexec, msgattrib, Manipulating
+-@node msgen Invocation
++@node msgen
  @section Invoking the @code{msgen} Program
  
  @include msgen.texi
  
--@node msgexec Invocation, Colorizing, msgen Invocation, Manipulating
-+@node msgexec, Colorizing, msgen, Manipulating
+-@node msgexec Invocation
++@node msgexec
  @section Invoking the @code{msgexec} Program
  
  @include msgexec.texi
--@node Colorizing, libgettextpo, msgexec Invocation, Manipulating
-+@node Colorizing, libgettextpo, msgexec, Manipulating
- @section Highlighting parts of PO files
- Translators are usually only interested in seeing the untranslated and
-@@ -5165,22 +5164,22 @@
+@@ -5806,17 +5805,17 @@
  @c FIXME: Rewrite.
  
  @menu
  * MO Files::                    The Format of GNU MO Files
  @end menu
  
--@node msgfmt Invocation, msgunfmt Invocation, Binaries, Binaries
-+@node msgfmt, msgunfmt, Binaries, Binaries
+-@node msgfmt Invocation
++@node msgfmt 
  @section Invoking the @code{msgfmt} Program
  
  @include msgfmt.texi
  
--@node msgunfmt Invocation, MO Files, msgfmt Invocation, Binaries
-+@node msgunfmt, MO Files, msgfmt, Binaries
+-@node msgunfmt Invocation
++@node msgunfmt
  @section Invoking the @code{msgunfmt} Program
  
  @include msgunfmt.texi
--@node MO Files,  , msgunfmt Invocation, Binaries
-+@node MO Files,  , msgunfmt, Binaries
- @section The Format of GNU MO Files
- @cindex MO file's format
- @cindex file format, @file{.mo}
-@@ -7250,7 +7249,7 @@
+@@ -6744,7 +6743,7 @@
+ The Unicode CLDR Project (@uref{http://cldr.unicode.org}) provides a
+ comprehensive set of plural forms in a different format.  The
+ @code{msginit} program has preliminary support for the format so you can
+-use it as a baseline (@pxref{msginit Invocation}).}
++use it as a baseline (@pxref{msginit}).}
+ @table @asis
+ @item Only one form:
+@@ -8098,7 +8097,7 @@
  @menu
  * Flat and Non-Flat::           Flat or Non-Flat Directory Structures
  * Prerequisites::               Prerequisite Works
 +* gettextize::                  Invoking the @code{gettextize} Program
  * Adjusting Files::             Files You Must Create or Alter
  * autoconf macros::             Autoconf macros for use in @file{configure.ac}
- * CVS Issues::                  Integrating with CVS
-@@ -7283,7 +7282,7 @@
- described in the remaining of this chapter.  Some maintainers might
- use this as an opportunity to unflatten their package structure.
--@node Prerequisites, gettextize Invocation, Flat and Non-Flat, Maintainers
-+@node Prerequisites, gettextize, Flat and Non-Flat, Maintainers
- @section Prerequisite Works
- @cindex converting a package to use @code{gettext}
- @cindex migration from earlier versions of @code{gettext}
-@@ -7368,12 +7367,12 @@
+ * Version Control Issues::      
+@@ -8215,7 +8214,7 @@
  a maintainer, ever think there is a real problem with a team, please
  never try to @emph{solve} a team's problem on your own.
  
--@node gettextize Invocation, Adjusting Files, Prerequisites, Maintainers
-+@node gettextize, Adjusting Files, Prerequisites, Maintainers
+-@node gettextize Invocation
++@node gettextize
  @section Invoking the @code{gettextize} Program
  
  @include gettextize.texi
--@node Adjusting Files, autoconf macros, gettextize Invocation, Maintainers
-+@node Adjusting Files, autoconf macros, gettextize, Maintainers
- @section Files You Must Create or Alter
- @cindex @code{gettext} files
-@@ -7536,7 +7535,7 @@
+@@ -8381,7 +8380,7 @@
  Similarly, you can create rules for building message catalogs for the
  @file{sr@@latin} locale -- Serbian written with the Latin alphabet --
  from those for the @file{sr} locale -- Serbian written with Cyrillic
 -letters.  See @ref{msgfilter Invocation}.
 +letters.  See @ref{msgfilter}.
  
- @node configure.ac, config.guess, po/Rules-*, Adjusting Files
+ @node configure.ac
  @subsection @file{configure.ac} at top level
-@@ -8258,7 +8257,7 @@
+@@ -8997,7 +8996,7 @@
  to instruct @code{xgettext} to mark all translatable strings in @samp{gettext}
  invocations that occur as fifth argument to this function as @samp{c-format}.
  
  accepts.
  
  The use of this macro is an alternative to the use of the
-@@ -8326,7 +8325,7 @@
- @menu
- * Distributed CVS::             Avoiding version mismatch in distributed development
- * Files under CVS::             Files to put under CVS version control
+@@ -9067,7 +9066,7 @@
+ * Distributed Development::     Avoiding version mismatch in distributed development
+ * Files under Version Control::  Files to put under version control
+ * Translations under Version Control::  Put PO Files under Version Control
 -* autopoint Invocation::        Invoking the @code{autopoint} Program
 +* autopoint::                   Invoking the @code{autopoint} Program
  @end menu
  
- @node Distributed CVS, Files under CVS, CVS Issues, CVS Issues
-@@ -8368,7 +8367,7 @@
- undiscovered due to this constellation.
- @end itemize
--@node Files under CVS, autopoint Invocation, Distributed CVS, CVS Issues
-+@node Files under CVS, autopoint, Distributed CVS, CVS Issues
- @subsection Files to put under CVS version control
+ @node Distributed Development
+@@ -9238,7 +9237,7 @@
  
- There are basically three ways to deal with generated files in the
-@@ -8447,7 +8446,7 @@
- use the CVS will henceforth need to have GNU @code{gettext} 0.12.1 or newer
- installed.
+ @end itemize
  
--@node autopoint Invocation,  , Files under CVS, CVS Issues
-+@node autopoint,  , Files under CVS, CVS Issues
+-@node autopoint Invocation
++@node autopoint
  @subsection Invoking the @code{autopoint} Program
  
  @include autopoint.texi
-@@ -9122,10 +9121,10 @@
+@@ -10258,7 +10257,7 @@
+ Special Characters} data category can be used.
+ To merge the translations, the @samp{msgfmt} program can be used with
+-the option @code{--xml}.  @xref{msgfmt Invocation}, for more details
++the option @code{--xml}.  @xref{msgfmt}, for more details
+ about how one calls the @samp{msgfmt} program.  @samp{msgfmt}'s
+ @code{--xml} option doesn't perform character escaping, so translated
+ strings can have arbitrary XML constructs, such as elements for markup.
+@@ -10482,7 +10481,7 @@
+ @subsection XML files
+ See the section @ref{Preparing ITS Rules} and
+-@ref{msgfmt Invocation}, subsection ``XML mode operations''.
++@ref{msgfmt}, subsection ``XML mode operations''.
+ @node Conclusion
+ @chapter Concluding Remarks
+--- gettext-0.12.1/gettext-tools/doc/gettextize.texi.orig      2003-05-05 11:09:21.000000000 +0200
++++ gettext-0.12.1/gettext-tools/doc/gettextize.texi   2003-06-07 20:10:53.000000000 +0200
+@@ -177,4 +177,4 @@
+ of the GNU build system, in the sense that it should not be invoked
+ automatically, and not be invoked by someone who doesn't assume the
+ responsibilities of a package maintainer.  For the latter purpose, a
+-separate tool is provided, see @ref{autopoint Invocation}.
++separate tool is provided, see @ref{autopoint}.
+--- gettext-0.21/gettext-tools/doc/lang-sh.texi.orig   2020-06-06 16:03:32.000000000 +0200
++++ gettext-0.21/gettext-tools/doc/lang-sh.texi        2020-10-11 19:27:53.682303742 +0200
+@@ -65,12 +65,12 @@
  * Preparing Shell Scripts::     Preparing Shell Scripts for Internationalization
  * gettext.sh::                  Contents of @code{gettext.sh}
  * gettext Invocation::          Invoking the @code{gettext} program
 -* envsubst Invocation::         Invoking the @code{envsubst} program
 -* eval_gettext Invocation::     Invoking the @code{eval_gettext} function
 -* eval_ngettext Invocation::    Invoking the @code{eval_ngettext} function
+-* eval_pgettext Invocation::    Invoking the @code{eval_pgettext} function
+-* eval_npgettext Invocation::   Invoking the @code{eval_npgettext} function
 +* ngettext::                    Invoking the @code{ngettext} program
 +* envsubst::                    Invoking the @code{envsubst} program
 +* eval_gettext::                Invoking the @code{eval_gettext} function
 +* eval_ngettext::               Invoking the @code{eval_ngettext} function
++* eval_pgettext::               Invoking the @code{eval_pgettext} function
++* eval_npgettext::              Invoking the @code{eval_npgettext} function
  @end menu
  
- @node Preparing Shell Scripts, gettext.sh, sh, sh
-@@ -9146,8 +9145,8 @@
+ @node Preparing Shell Scripts
+@@ -91,10 +91,10 @@
  
  near the top of the script.  @code{gettext.sh} is a shell function library
  that provides the functions
--@code{eval_gettext} (see @ref{eval_gettext Invocation}) and
--@code{eval_ngettext} (see @ref{eval_ngettext Invocation}).
-+@code{eval_gettext} (see @ref{eval_gettext}) and
-+@code{eval_ngettext} (see @ref{eval_ngettext}).
+-@code{eval_gettext} (see @ref{eval_gettext Invocation}),
+-@code{eval_ngettext} (see @ref{eval_ngettext Invocation}),
+-@code{eval_pgettext} (see @ref{eval_pgettext Invocation}), and
+-@code{eval_npgettext} (see @ref{eval_npgettext Invocation}).
++@code{eval_gettext} (see @ref{eval_gettext}),
++@code{eval_ngettext} (see @ref{eval_ngettext}),
++@code{eval_pgettext} (see @ref{eval_pgettext}), and
++@code{eval_npgettext} (see @ref{eval_npgettext}).
  You have to ensure that @code{gettext.sh} can be found in the @code{PATH}.
  
  @item
-@@ -9257,28 +9256,28 @@
+@@ -204,16 +204,16 @@
  and a newline, without interpreting backslashes in the argument string.
  
  @item eval_gettext
  @item eval_ngettext
 -See @ref{eval_ngettext Invocation}.
 +See @ref{eval_ngettext}.
- @end itemize
  
--@node gettext Invocation, ngettext Invocation, gettext.sh, sh
-+@node gettext Invocation, ngettext, gettext.sh, sh
- @subsubsection Invoking the @code{gettext} program
+ @item eval_pgettext
+-See @ref{eval_pgettext Invocation}.
++See @ref{eval_pgettext}.
  
- @include rt-gettext.texi
+ @item eval_npgettext
+-See @ref{eval_npgettext Invocation}.
++See @ref{eval_npgettext}.
+ @end itemize
+ @node gettext Invocation
+@@ -225,7 +225,7 @@
+ @code{gettext} invocation, where no options are present and the
+ @var{textdomain} is implicit, from the environment.
  
--@node ngettext Invocation, envsubst Invocation, gettext Invocation, sh
-+@node ngettext, envsubst, gettext Invocation, sh
+-@node ngettext Invocation
++@node ngettext
  @subsubsection Invoking the @code{ngettext} program
  
  @include rt-ngettext.texi
+@@ -234,12 +234,12 @@
+ @code{ngettext} invocation, where no options are present and the
+ @var{textdomain} is implicit, from the environment.
  
--@node envsubst Invocation, eval_gettext Invocation, ngettext Invocation, sh
-+@node envsubst, eval_gettext, ngettext, sh
+-@node envsubst Invocation
++@node envsubst
  @subsubsection Invoking the @code{envsubst} program
  
  @include rt-envsubst.texi
  
--@node eval_gettext Invocation, eval_ngettext Invocation, envsubst Invocation, sh
-+@node eval_gettext, eval_ngettext, envsubst, sh
+-@node eval_gettext Invocation
++@node eval_gettext
  @subsubsection Invoking the @code{eval_gettext} function
  
  @cindex @code{eval_gettext} function, usage
-@@ -9291,7 +9290,7 @@
+@@ -252,7 +252,7 @@
  performing dollar-substitution on the result.  Note that only shell variables
  mentioned in @var{msgid} will be dollar-substituted in the result.
  
--@node eval_ngettext Invocation,  , eval_gettext Invocation, sh
-+@node eval_ngettext,  , eval_gettext, sh
+-@node eval_ngettext Invocation
++@node eval_ngettext
  @subsubsection Invoking the @code{eval_ngettext} function
  
  @cindex @code{eval_ngettext} function, usage
---- gettext-0.12.1/gettext-tools/doc/gettextize.texi.orig      2003-05-05 11:09:21.000000000 +0200
-+++ gettext-0.12.1/gettext-tools/doc/gettextize.texi   2003-06-07 20:10:53.000000000 +0200
-@@ -177,4 +177,4 @@
- of the GNU build system, in the sense that it should not be invoked
- automatically, and not be invoked by someone who doesn't assume the
- responsibilities of a package maintainer.  For the latter purpose, a
--separate tool is provided, see @ref{autopoint Invocation}.
-+separate tool is provided, see @ref{autopoint}.
+@@ -266,7 +266,7 @@
+ on the result.  Note that only shell variables mentioned in @var{msgid} or
+ @var{msgid-plural} will be dollar-substituted in the result.
+-@node eval_pgettext Invocation
++@node eval_pgettext
+ @subsubsection Invoking the @code{eval_pgettext} function
+ @cindex @code{eval_pgettext} function, usage
+@@ -280,7 +280,7 @@
+ dollar-substitution on the result.  Note that only shell variables mentioned
+ in @var{msgid} will be dollar-substituted in the result.
+-@node eval_npgettext Invocation
++@node eval_npgettext
+ @subsubsection Invoking the @code{eval_npgettext} function
+ @cindex @code{eval_npgettext} function, usage
 --- gettext-0.17/gettext-runtime/libasprintf/autosprintf.texi.orig     2007-09-01 11:15:56.000000000 +0200
 +++ gettext-0.17/gettext-runtime/libasprintf/autosprintf.texi  2007-11-07 22:19:42.123759307 +0100
 @@ -23,9 +23,9 @@
  @end direntry
  @end ifinfo
  
+--- gettext-0.20.1/libtextstyle/doc/libtextstyle.texi.orig     2019-05-05 18:38:05.000000000 +0200
++++ gettext-0.20.1/libtextstyle/doc/libtextstyle.texi  2019-06-19 07:51:38.487255700 +0200
+@@ -26,9 +26,9 @@
+ @include version.texi
+ @ifinfo
+-@dircategory Software development
++@dircategory Programming tools:
+ @direntry
+-* GNU libtextstyle: (libtextstyle).     Output of styled text.
++* GNU libtextstyle: (libtextstyle).   Output of styled text
+ @end direntry
+ @end ifinfo
This page took 0.113875 seconds and 4 git commands to generate.