X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fiswgraph.texi;h=f7dfb6699f73f13df90113fc1a7d2cef7f158c9a;hb=e29e19dce9e19be76fae92b0955d02c843333093;hp=42fd60a61e6eb1efe66a0aa8b7a64c9dea1fac77;hpb=5feb6a2ef2c57b51ebe76ed8a173cd1acc77b4bc;p=gnulib.git diff --git a/doc/posix-functions/iswgraph.texi b/doc/posix-functions/iswgraph.texi index 42fd60a61..f7dfb6699 100644 --- a/doc/posix-functions/iswgraph.texi +++ b/doc/posix-functions/iswgraph.texi @@ -2,7 +2,7 @@ @section @code{iswgraph} @findex iswgraph -POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswgraph.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph.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