]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Note about NetBSD.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Jun 2003 15:33:45 +0000 (15:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:41 +0000 (12:10 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 28334ff110c89c9796d79bcde2a903efa3faac6b..52519def7cca9f016d978a0a298cc19fc55c78f4 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-15  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (C): Mention that formatting with positions doesn't work
+       on NetBSD and on Woe32.
+
 2003-06-12  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (perl-format): Move subsection.
index ab559822069262a0ad9b482ee825e020f365adc5..5d1d197ba247cfc1485feb2b8d34d4f0e8a04ed1 100644 (file)
@@ -7450,7 +7450,7 @@ Use
 @code{xgettext -k_}
 
 @item Formatting with positions
-@code{fprintf "%2$d %1$d"} (POSIX/XSI but not C 99)
+@code{fprintf "%2$d %1$d"} (POSIX/XSI but not C 99 - in practice, not NetBSD and not Windows)
 @*In C++: @code{autosprintf "%2$d %1$d"}
 (@pxref{Top, , Introduction, autosprintf, GNU autosprintf})