X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fiswlower.texi;h=910b1180725abc584c7bb0625d52b93140c02af9;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=8c8c7940ab15b383bf8adde4823dcc1aed45763c;hpb=5feb6a2ef2c57b51ebe76ed8a173cd1acc77b4bc;p=gnulib.git diff --git a/doc/posix-functions/iswlower.texi b/doc/posix-functions/iswlower.texi index 8c8c7940a..910b11807 100644 --- a/doc/posix-functions/iswlower.texi +++ b/doc/posix-functions/iswlower.texi @@ -2,7 +2,7 @@ @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 @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -Solaris 2.5.1. +IRIX 5.3, Solaris 2.5.1. @item This function returns 0 for all possible arguments on some platforms: Linux libc5. @@ -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