X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fglibc-functions%2Fasprintf.texi;h=53bebb15d0efac0e4fb6f0e9b015296a20aee7f3;hb=adff17f337187985ea8c62b961fde5c9544911aa;hp=e6d8b1940e45174b20cb3bf67ad7bcc378b1a9b4;hpb=b9816b529202767826d9a556f9138f15eb898037;p=gnulib.git diff --git a/doc/glibc-functions/asprintf.texi b/doc/glibc-functions/asprintf.texi index e6d8b1940..53bebb15d 100644 --- a/doc/glibc-functions/asprintf.texi +++ b/doc/glibc-functions/asprintf.texi @@ -23,11 +23,11 @@ BeOS. @item printf @code{"%f"}, @code{"%e"}, @code{"%g"} of Infinity and NaN yields an incorrect result on some platforms: -Solaris 11 2010-11. +Solaris 11 2011-11. @item This function does not support the @samp{a} and @samp{A} directives on some platforms: -glibc-2.3.6, MacOS X 10.5, NetBSD 5.0, OpenBSD 4.0, Solaris 11 2010-11, Cygwin 1.5.x, BeOS. +glibc-2.3.6, MacOS X 10.5, NetBSD 5.0, OpenBSD 4.0, Solaris 11 2011-11, Cygwin 1.5.x, BeOS. @item This function does not support the @samp{F} directive on some platforms: NetBSD 3.0, Cygwin 1.5.x, BeOS. @@ -37,7 +37,7 @@ OpenBSD 4.0, Cygwin 1.5.x, Haiku. @item This function does not support precisions in the @samp{ls} directive correctly on some platforms: -Solaris 11 2010-11. +Solaris 11 2011-11. @item This function does not support format directives that access arguments in an arbitrary order, such as @code{"%2$s"}, on some platforms: @@ -48,7 +48,7 @@ NetBSD 3.0, Cygwin 1.5.24. @item printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded with zeroes) on some platforms: -MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, Solaris 11 2010-11, Cygwin 1.5.x. +MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, Solaris 11 2011-11, Cygwin 1.5.x. @item This function does not support precisions larger than 512 or 1024 in integer, floating-point and pointer output on some platforms: