summaryrefslogtreecommitdiff
path: root/doc/posix-functions/printf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-01-05 19:08:21 +0100
committerBruno Haible <bruno@clisp.org>2012-01-05 19:08:21 +0100
commita651adcf66369737e198d7a9535dbc7755c4c529 (patch)
tree467c0bfef84ce342e30c7139f5ec56337f6c4d35 /doc/posix-functions/printf.texi
parentf40e1532834adc754cac576a07d43b9556f89a97 (diff)
downloadgnulib-a651adcf66369737e198d7a9535dbc7755c4c529.tar.gz
doc: Mention NetBSD bugs.
* doc/posix-functions/*printf.texi: Mention a NetBSD 5.1 bug. * doc/posix-functions/nl_langinfo.texi: Mention another NetBSD 5.1 bug.
Diffstat (limited to 'doc/posix-functions/printf.texi')
-rw-r--r--doc/posix-functions/printf.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/printf.texi b/doc/posix-functions/printf.texi
index 81a3322f8f..109173e796 100644
--- a/doc/posix-functions/printf.texi
+++ b/doc/posix-functions/printf.texi
@@ -87,6 +87,10 @@ mingw, MSVC 9.
Portability problems not fixed by Gnulib:
@itemize
@item
+When formatting an integer with grouping flag, this function inserts thousands
+separators even in the "C" locale on some platforms:
+NetBSD 5.1.
+@item
Attempting to write to a read-only stream fails with @code{EOF} but
does not set the error flag for @code{ferror} on some platforms:
glibc 2.13, cygwin 1.7.9.