strchrnul: work around cygwin bug
[pspp] / doc / posix-functions / iswlower.texi
index e1cfb7b3a5e3968d099eaa67ec74c289bfacbe14..0b21d111ba8e3feeeee90b2d5756e6f9ae3d7571 100644 (file)
@@ -2,9 +2,9 @@
 @section @code{iswlower}
 @findex iswlower
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswlower.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswlower.html}
 
-Gnulib module: wctype
+Gnulib module: wctype-h
 
 Portability problems fixed by Gnulib:
 @itemize
@@ -19,6 +19,6 @@ Linux libc5.
 Portability problems not fixed by Gnulib:
 @itemize
 @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