maint.mk: use info-gnu@ as the default only for a stable release
[pspp] / doc / posix-functions / vsprintf.texi
index 82c79492a56ee2f9dbea10ded33f00e533ad7d39..39203d0d33f002f56584dd706dd82580c5203c39 100644 (file)
@@ -55,6 +55,11 @@ This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
 Solaris 10/x86, mingw, BeOS.
 @item
+This function mishandles large floating point precisions
+(for example, formatting 1.0 with @samp{"%.511f"})
+on some platforms:
+Solaris 10.
+@item
 This function can crash in out-of-memory conditions on some platforms:
 MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0.
 @end itemize