Mention that AIX has a crippled wchar_t type.
[pspp] / doc / posix-functions / wcsncat.texi
index 4e3f60c9b84be3b4862872be5d07d6ecbf7b8561..236dc6cb4abf9777040b558afcf53a83ed8a19a4 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{wcsncat}
 @findex wcsncat
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcsncat.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncat.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.
 @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