X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwcstoll.texi;h=da0e55d3252c7a3f57d9556549e47261e7298071;hb=eccf108c763da99625bbe6bf221a13508798ce1a;hp=a90161b204753b6a9b4e9ec4faa47d41bf2f94f3;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/wcstoll.texi b/doc/posix-functions/wcstoll.texi index a90161b20..da0e55d32 100644 --- a/doc/posix-functions/wcstoll.texi +++ b/doc/posix-functions/wcstoll.texi @@ -2,7 +2,7 @@ @section @code{wcstoll} @findex wcstoll -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html} Gnulib module: --- @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5. +HP-UX 11.11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin 1.5.x, Interix 3.5. @item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters.