X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fwcstok.texi;h=d19fb432a19ff706d960c6da2eab7ddc813366e4;hb=d93e239a6a447bb45b77121739015760aad15584;hp=92fb5e533ff6690aaa3ebbf1d241fb9ef4da4bb8;hpb=39e5b7a29f70277930668dec88fb3f418f42f98b;p=gnulib.git diff --git a/doc/posix-functions/wcstok.texi b/doc/posix-functions/wcstok.texi index 92fb5e533..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/onlinepubs/9699919799/functions/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 1.5.x. -@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize