X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fvwprintf.texi;h=56701b30d11549032e6c22117d6e9c0d9f6a8cb7;hb=1fd8cad93b2ad72a6b8de912cf0e3630b98fe19c;hp=a1aa0bcd21ac9cf5472acd08adf34f29d3e121a0;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/vwprintf.texi b/doc/posix-functions/vwprintf.texi index a1aa0bcd2..56701b30d 100644 --- a/doc/posix-functions/vwprintf.texi +++ b/doc/posix-functions/vwprintf.texi @@ -2,7 +2,7 @@ @section @code{vwprintf} @findex vwprintf -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html} Gnulib module: --- @@ -14,5 +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, Cygwin 1.7. +@item +This function exists, but does not support wide arguments on some +platforms: Cygwin 1.5.x. +@item +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +accommodate all Unicode characters. +@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