X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fwmemcmp.texi;h=d243dbb9b350c540912315229ee1b910219ffd06;hb=e57376fc224a9a5d9a30938cb9b53231d4eeaafc;hp=b133eeec0c299cf3b59808bdd8a191dd2da8f665;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/wmemcmp.texi b/doc/posix-functions/wmemcmp.texi index b133eeec0..d243dbb9b 100644 --- a/doc/posix-functions/wmemcmp.texi +++ b/doc/posix-functions/wmemcmp.texi @@ -2,20 +2,20 @@ @section @code{wmemcmp} @findex wmemcmp -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html} -Gnulib module: --- +Gnulib module: wmemcmp Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. -@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize