X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcsspn.texi;h=d4f1601201f5040a895431d85d200081327bf2d1;hb=e57376fc224a9a5d9a30938cb9b53231d4eeaafc;hp=197baaa4128428396cc9c74e6bbd13b794609c6f;hpb=244b71aedb0c8e8fbcb1e04696c36217bce3c974;p=gnulib.git diff --git a/doc/posix-functions/wcsspn.texi b/doc/posix-functions/wcsspn.texi index 197baaa41..d4f160120 100644 --- a/doc/posix-functions/wcsspn.texi +++ b/doc/posix-functions/wcsspn.texi @@ -2,20 +2,20 @@ @section @code{wcsspn} @findex wcsspn -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcsspn.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsspn.html} -Gnulib module: --- +Gnulib module: wcsspn 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 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