X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcsncmp.texi;h=d8c8318ae58410aa55a6530e36d7f96715ea2006;hb=b28ec8ed78286cbd1d113d0785e0e1f5cf11832e;hp=7d9059628fa0407b0c2e24ec52d14d1504162b69;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/wcsncmp.texi b/doc/posix-functions/wcsncmp.texi index 7d9059628..d8c8318ae 100644 --- a/doc/posix-functions/wcsncmp.texi +++ b/doc/posix-functions/wcsncmp.texi @@ -2,20 +2,20 @@ @section @code{wcsncmp} @findex wcsncmp -POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcsncmp.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncmp.html} -Gnulib module: --- +Gnulib module: wcsncmp 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