X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcstok.texi;h=d19fb432a19ff706d960c6da2eab7ddc813366e4;hb=cdddb1e1f27b899a9580d3ad289539c3c124d045;hp=2d9c69ff44c23a793537f5b90a2c063c60166637;hpb=8e5e25f79c3ff689fc3a3aab0fe439064ef76d02;p=gnulib.git diff --git a/doc/posix-functions/wcstok.texi b/doc/posix-functions/wcstok.texi index 2d9c69ff4..d19fb432a 100644 --- a/doc/posix-functions/wcstok.texi +++ b/doc/posix-functions/wcstok.texi @@ -4,18 +4,18 @@ 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