pthread_sigmask: Work around Cygwin bug.
[pspp] / doc / posix-functions / vwprintf.texi
index 29dda755be104695548f0d8ac0d1cca2097d6a8c..9f3e3b88de5d0d8707df9a51f8e86ad7d1d17680 100644 (file)
@@ -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: ---
 
@@ -22,4 +22,8 @@ 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