X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcsstr.texi;h=e01daaf69917ea6075ad0fb08b23861b0f7fe9ae;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=ca4e23eced0dbbbe85fc49f33a93c7061716637d;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/wcsstr.texi b/doc/posix-functions/wcsstr.texi index ca4e23ece..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, 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