diff doc/posix-functions/sprintf.texi @ 11223:41012a39667b

Work around a *printf bug with %ls on Solaris.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Feb 2009 02:14:00 +0100
parents aaeb2f86d096
children 24c0bc8164ae
line wrap: on
line diff
--- a/doc/posix-functions/sprintf.texi
+++ b/doc/posix-functions/sprintf.texi
@@ -32,6 +32,10 @@
 This function does not support the @samp{ls} directive on some platforms:
 OpenBSD 4.0, IRIX 6.5, Solaris 2.6, Haiku.
 @item
+This function does not support precisions in the @samp{ls} directive correctly
+on some platforms:
+Solaris 10.
+@item
 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.