X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcsstr.texi;h=e01daaf69917ea6075ad0fb08b23861b0f7fe9ae;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=2133138c44dd94bf493969d9ebcbb23f8345cfe2;hpb=244b71aedb0c8e8fbcb1e04696c36217bce3c974;p=gnulib.git diff --git a/doc/posix-functions/wcsstr.texi b/doc/posix-functions/wcsstr.texi index 2133138c4..e01daaf69 100644 --- a/doc/posix-functions/wcsstr.texi +++ b/doc/posix-functions/wcsstr.texi @@ -2,20 +2,20 @@ @section @code{wcsstr} @findex wcsstr -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcsstr.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsstr.html} -Gnulib module: --- +Gnulib module: wcsstr Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +HP-UX 11.00, IRIX 5.3, Solaris 2.6. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -HP-UX 11, IRIX 5.3, Solaris 2.6. -@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