]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Document a limitation of xgettext.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Mar 2008 22:58:40 +0000 (22:58 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:38 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 6ba90516fcfda50c20a4a7c80f3e3e13e4261b2c..a493c7ffa3bb3f56028762c1d0228e8c84b5665e 100644 (file)
@@ -1,3 +1,10 @@
+2008-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (gettext Invocation): Mention that xgettext does not
+       support the various options.
+       (ngettext Invocation): Likewise.
+       Reported by AurĂ©lio A. Heckert <aurium@gmail.com>.
+
 2008-02-02  Benno Schulenberg <bensberg@justemail.net>
 
        * gettext.texi (PO Files): Stylistic improvements.
index cb66dc2f248e25dad704dc7392df61dd97f1c505..7d047150cc42df461b18a4280d1095189ff12101 100644 (file)
@@ -9325,11 +9325,19 @@ See @ref{eval_ngettext Invocation}.
 
 @include rt-gettext.texi
 
+Note: @code{xgettext} supports only the one-argument form of the
+@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
 @subsubsection Invoking the @code{ngettext} program
 
 @include rt-ngettext.texi
 
+Note: @code{xgettext} supports only the three-arguments form of the
+@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
 @subsubsection Invoking the @code{envsubst} program