X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fftell.texi;h=aaa65f998a1f9a718c7f9563ff01fa4af83ac349;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=00b5402dc3b84eac7783361dd5919216db657179;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/ftell.texi b/doc/posix-functions/ftell.texi index 00b5402dc..aaa65f998 100644 --- a/doc/posix-functions/ftell.texi +++ b/doc/posix-functions/ftell.texi @@ -2,7 +2,7 @@ @section @code{ftell} @findex ftell -POSIX specification: @url{http://www.opengroup.org/susv3xsh/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 immediately after @code{fseek} on some +platforms: +HP-UX 11. @end itemize Portability problems not fixed by Gnulib: