ldexpl test: Fix link error on OSF/1 5.1.
[gnulib.git] / doc / posix-functions / ftello.texi
index 66a96c0..2a33a7f 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{ftello}
 @findex ftello
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftello.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftello.html}
 
 Gnulib module: ftello
 
@@ -13,7 +13,12 @@ This function is missing on some platforms:
 IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw.
 @item
 The declaration of @code{ftello} in @code{<stdio.h>} is not enabled by default
-on some platforms: glibc 2.3.6.
+on some platforms:
+glibc 2.3.6, OSF/1 5.1.
+@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.
 @item
 This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
 @end itemize