X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcscspn.texi;h=32c1c2091f73321e2fcb9d0d6f94bc575f5f10be;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=fb909885bb8b69694fbfee8f379d57840f5587d5;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/wcscspn.texi b/doc/posix-functions/wcscspn.texi index fb909885b..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/susv3xsh/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: -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