Mercurial > hg > octave-shane > gnulib-hg
diff doc/posix-functions/vsnprintf.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 (2009-02-27) |
parents | aaeb2f86d096 |
children | 24c0bc8164ae |
line wrap: on
line diff
--- a/doc/posix-functions/vsnprintf.texi +++ b/doc/posix-functions/vsnprintf.texi @@ -43,6 +43,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.