sys_uio: new module
[pspp] / doc / posix-functions / sprintf.texi
index 5ebd16f6011e719bedc80a5623d56bc6509d1901..ad6671f6ba4a5ceac8c388748503ef57fa1d7226 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