summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fscanf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fscanf.texi')
-rw-r--r--doc/posix-functions/fscanf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fscanf.texi b/doc/posix-functions/fscanf.texi
index c4ef16e3fb..22be5e2d87 100644
--- a/doc/posix-functions/fscanf.texi
+++ b/doc/posix-functions/fscanf.texi
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib module @code{stdio}, together with module @
When reading from a non-blocking pipe whose buffer is empty, this function
fails with @code{errno} being set to @code{EINVAL} instead of @code{EAGAIN} on
some platforms:
-mingw, MSVC 9.
+mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib: