Mention that AIX has a crippled wchar_t type.
[pspp] / doc / posix-functions / fputwc.texi
index 6532842a89997371ecb26fbca83ae3e679805c78..4b5c60e2c5ecacbc84c68e20846fc4671d52fe4e 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fputwc}
 @findex fputwc
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/fputwc.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputwc.html}
 
 Gnulib module: ---
 
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 IRIX 5.3, Solaris 2.5.1, Cygwin, 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.
 @end itemize