Update for Solaris 11 2010-11.
[gnulib.git] / doc / posix-functions / ftell.texi
index f2cf568..993a870 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{ftell}
 @findex ftell
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftell.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftell.html}
 
 Gnulib module: ftell
 
@@ -10,6 +10,10 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function mistakenly succeeds on pipes on some platforms: mingw.
+@item
+This function produces incorrect results after @code{putc} that followed a
+@code{getc} call that reached EOF on some platforms:
+Solaris 11 2010-11.
 @end itemize
 
 Portability problems not fixed by Gnulib: