summaryrefslogtreecommitdiff
path: root/doc/posix-functions/vsprintf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-02-27 02:14:00 +0100
committerBruno Haible <bruno@clisp.org>2009-02-27 02:15:26 +0100
commitf7beddb6d03f25560cbce2423ee9d2bcbbfed6e6 (patch)
tree2b9eb7825a6c326d94bfc19b0c6d09493a026770 /doc/posix-functions/vsprintf.texi
parentf26544f660df049ff2195f6b40762d96742d0228 (diff)
downloadgnulib-f7beddb6d03f25560cbce2423ee9d2bcbbfed6e6.tar.gz
Work around a *printf bug with %ls on Solaris.
Diffstat (limited to 'doc/posix-functions/vsprintf.texi')
-rw-r--r--doc/posix-functions/vsprintf.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/vsprintf.texi b/doc/posix-functions/vsprintf.texi
index beda4a8deb..d477b4b3f4 100644
--- a/doc/posix-functions/vsprintf.texi
+++ b/doc/posix-functions/vsprintf.texi
@@ -32,6 +32,10 @@ Cygwin 1.5.x, mingw, BeOS.
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.