diff doc/posix-functions/printf.texi @ 9674:b69f1141e94f

Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
author Bruno Haible <bruno@clisp.org>
date Thu, 07 Feb 2008 02:08:13 +0100 (2008-02-07)
parents 070329237839
children 953f72c1ffcc
line wrap: on
line diff
--- a/doc/posix-functions/printf.texi
+++ b/doc/posix-functions/printf.texi
@@ -34,6 +34,10 @@
 This function doesn't support the @code{'} flag on some platforms:
 NetBSD 3.0, Cygwin 2006, mingw.
 @item
+This function behaves incorrectly when a @samp{-} flag and a negative width
+are specified together, on some platforms:
+HP-UX 10.20.
+@item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 2007, mingw.