X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fwmemmove.texi;h=c2da3b3f0ad17cb85ef45afa45dbf16c178082be;hb=5a448a463a290b59549f2ee1cf6c1b01a6043f45;hp=fe6a7c56dfe2c994711d82d9007acb9889ec0d4f;hpb=32839c247d8c816279e1b5d1a3ed68c5652cf72e;p=gnulib.git diff --git a/doc/posix-functions/wmemmove.texi b/doc/posix-functions/wmemmove.texi index fe6a7c56d..c2da3b3f0 100644 --- a/doc/posix-functions/wmemmove.texi +++ b/doc/posix-functions/wmemmove.texi @@ -4,18 +4,18 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemmove.html} -Gnulib module: --- +Gnulib module: wmemmove Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +HP-UX 11.00, IRIX 6.5, Solaris 2.6, MSVC 9, 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