pthread_sigmask: Work around Cygwin bug.
[pspp] / doc / posix-functions / fputws.texi
index 76dcae63e748bf92f269a9c8507a6a6d43a42e94..c842488d0af1be10c1dcae33101121c9822d2859 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fputws}
 @findex fputws
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputws.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputws.html}
 
 Gnulib module: ---
 
@@ -18,4 +18,8 @@ IRIX 5.3, Solaris 2.5.1, Cygwin 1.5.x, BeOS.
 @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