X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcspbrk.texi;h=17f6d62306eb162deea654909b8405b4d9c3fed3;hb=74175b903b1716c1677658e45fa69ef1fbc99015;hp=61d1c5fb21417bee42f7ec2a5dfe09758b2a0409;hpb=244b71aedb0c8e8fbcb1e04696c36217bce3c974;p=gnulib.git diff --git a/doc/posix-functions/wcspbrk.texi b/doc/posix-functions/wcspbrk.texi index 61d1c5fb2..17f6d6230 100644 --- a/doc/posix-functions/wcspbrk.texi +++ b/doc/posix-functions/wcspbrk.texi @@ -2,20 +2,20 @@ @section @code{wcspbrk} @findex wcspbrk -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcspbrk.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html} -Gnulib module: --- +Gnulib module: wcspbrk 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