maint.mk: use info-gnu@ as the default only for a stable release
[pspp] / doc / posix-functions / iswalnum.texi
index 4806a045dd97b43ab1a56c084be0a2c825bed812..154999d6145fe0b541a06a7034fbc9f34997f490 100644 (file)
@@ -2,9 +2,9 @@
 @section @code{iswalnum}
 @findex iswalnum
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswalnum.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalnum.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