X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcscspn.texi;h=32c1c2091f73321e2fcb9d0d6f94bc575f5f10be;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=56ddda52d20e2b9d813f6b8a73e6f07798566b3b;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/wcscspn.texi b/doc/posix-functions/wcscspn.texi index 56ddda52d..32c1c2091 100644 --- a/doc/posix-functions/wcscspn.texi +++ b/doc/posix-functions/wcscspn.texi @@ -2,20 +2,20 @@ @section @code{wcscspn} @findex wcscspn -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscspn.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscspn.html} -Gnulib module: --- +Gnulib module: wcscspn Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +IRIX 5.3, Solaris 2.5.1. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -IRIX 5.3, Solaris 2.5.1. -@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize