Remove redundant AC_SUBST invocation.
[gnulib.git] / doc / posix-functions / ftello.texi
index e78300f..46ce433 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{ftello}
 @findex ftello
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/ftello.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftello.html}
 
 Gnulib module: ftello
 
@@ -10,11 +10,15 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-OSF/1 4.0, Solaris 2.5.1, mingw.
+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.
 @item
+This function produces incorrect results immediately after @code{fseek} on some
+platforms:
+HP-UX 11.
+@item
 This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
 @end itemize