X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcstok.texi;h=d19fb432a19ff706d960c6da2eab7ddc813366e4;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=ea3e88092b958463fbe8056e30c57d6c4cdd4286;hpb=244b71aedb0c8e8fbcb1e04696c36217bce3c974;p=gnulib.git diff --git a/doc/posix-functions/wcstok.texi b/doc/posix-functions/wcstok.texi index ea3e88092..d19fb432a 100644 --- a/doc/posix-functions/wcstok.texi +++ b/doc/posix-functions/wcstok.texi @@ -2,20 +2,20 @@ @section @code{wcstok} @findex wcstok -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcstok.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstok.html} -Gnulib module: --- +Gnulib module: wcstok Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +IRIX 5.3, Solaris 2.5.1, Cygwin 1.5.x. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -IRIX 5.3, Solaris 2.5.1, Cygwin. -@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