X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fiswgraph.texi;h=f7dfb6699f73f13df90113fc1a7d2cef7f158c9a;hb=7c59efd8bc7abb8c79ae969a65ece95e68c9be4c;hp=76b8459ab61c117d59973cb330b83c1cfcc2555f;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/iswgraph.texi b/doc/posix-functions/iswgraph.texi index 76b8459ab..f7dfb6699 100644 --- a/doc/posix-functions/iswgraph.texi +++ b/doc/posix-functions/iswgraph.texi @@ -2,20 +2,23 @@ @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: --- +Gnulib module: wctype Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +IRIX 5.3, Solaris 2.5.1. +@item +This function returns 0 for all possible arguments on some platforms: +Linux libc5. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -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