autoupdate
[gnulib.git] / doc / posix-functions / fflush.texi
index f5267c9..6724f3b 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fflush}
 @findex fflush
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fflush.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fflush.html}
 
 Gnulib module: fflush
 
@@ -18,7 +18,7 @@ end of the previous buffer, on some platforms: mingw.
 @item
 @code{fflush} on an input stream right after @code{ungetc} does not discard
 the @code{ungetc} buffer, on some platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin 1.5.25-10.
+MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Cygwin 1.5.25-10.
 @end itemize
 
 Portability problems not fixed by Gnulib:
@@ -33,5 +33,5 @@ upon failure.
 @item
 @code{fflush} on an input stream right after @code{ungetc} does not discard
 the @code{ungetc} buffer, on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw.
+AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, mingw.
 @end itemize