X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Ffunctions%2Fvsnprintf.texi;h=3e6171672c2a606ce81a0a98c6c7f704b8816cf7;hb=2bb894abc6dd417e094aa63774a2bc8b04acb965;hp=6c8590787d52d91b17c5338ca1d19bbc5eaf39ea;hpb=439db487c60a05eaf541fc9d8dd49218bcb8fd8d;p=gnulib.git diff --git a/doc/functions/vsnprintf.texi b/doc/functions/vsnprintf.texi index 6c8590787..3e6171672 100644 --- a/doc/functions/vsnprintf.texi +++ b/doc/functions/vsnprintf.texi @@ -31,6 +31,9 @@ This function does not support format directives that access arguments in an arbitrary order, such as @code{"%2$s"}, on some platforms: NetBSD 3.0, mingw, BeOS. @item +This function doesn't support the @code{'} flag on some platforms: +NetBSD 3.0, mingw. +@item This function does not truncate the result as specified in C99 on some platforms: mingw. @item @@ -48,9 +51,6 @@ HP-UX 11, OSF/1 5.1. Portability problems not fixed by Gnulib: @itemize @item -This function doesn't support the @code{'} flag on some platforms: -mingw. -@item printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded with zeroes) on some platforms: FreeBSD 6.0.