From: Bruno Haible Date: Sun, 15 Jun 2003 15:33:45 +0000 (+0000) Subject: Note about NetBSD. X-Git-Tag: v0.13~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1403a591e49c3d8959c55009bf189412f3bb819d;p=thirdparty%2Fgettext.git Note about NetBSD. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 28334ff11..52519def7 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-15 Bruno Haible + + * gettext.texi (C): Mention that formatting with positions doesn't work + on NetBSD and on Woe32. + 2003-06-12 Bruno Haible * gettext.texi (perl-format): Move subsection. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index ab5598220..5d1d197ba 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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})