X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffwprintf.texi;h=d6d3b14934247f2e0b954f462e073abe2ad115ed;hb=14a3c6e4da8e6c5e65d0bba54cd42a91fd582603;hp=10b54dd373b59026bbc86433d7a36c7d3b05e115;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/fwprintf.texi b/doc/posix-functions/fwprintf.texi index 10b54dd37..d6d3b1493 100644 --- a/doc/posix-functions/fwprintf.texi +++ b/doc/posix-functions/fwprintf.texi @@ -2,7 +2,7 @@ @section @code{fwprintf} @findex fwprintf -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwprintf.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwprintf.html} Gnulib module: --- @@ -14,8 +14,16 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin 1.5.x, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. +@item +When formatting an integer with grouping flag, this function inserts thousands +separators even in the "C" locale on some platforms: +NetBSD 5.1. +@item +On some platforms, this function does not set @code{errno} or the +stream error indicator on attempts to write to a read-only stream: +Cygwin 1.7.9. @end itemize