X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcschr.texi;h=3480cc48897b11b1c313486ead2e8249b1b692c4;hb=a765077b04a89bffa2a6095c7988fb9a70857d7f;hp=1cf536f547e9f816f8e5b83cd902f43a1d3d6beb;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/wcschr.texi b/doc/posix-functions/wcschr.texi index 1cf536f54..3480cc488 100644 --- a/doc/posix-functions/wcschr.texi +++ b/doc/posix-functions/wcschr.texi @@ -2,20 +2,20 @@ @section @code{wcschr} @findex wcschr -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcschr.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcschr.html} -Gnulib module: --- +Gnulib module: wcschr 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