summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ftell.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:16:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:19:10 -0700
commit4b60490554dbc981f15d46976cb0e74faba707d0 (patch)
tree5997a4017a68b275d99f3abea78f2aca5787475c /doc/posix-functions/ftell.texi
parentf91f633858cf132e50924224c50d6264a92caabb (diff)
downloadgnulib-4b60490554dbc981f15d46976cb0e74faba707d0.tar.gz
doc: improve cross-refs for year 2038 issue
Diffstat (limited to 'doc/posix-functions/ftell.texi')
-rw-r--r--doc/posix-functions/ftell.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/ftell.texi b/doc/posix-functions/ftell.texi
index 3d405bf2a1..5a15dee8ea 100644
--- a/doc/posix-functions/ftell.texi
+++ b/doc/posix-functions/ftell.texi
@@ -34,6 +34,6 @@ on input streams that are opened in @code{O_TEXT} mode and whose contents
contains Unix line terminators (LF), on some platforms: mingw, MSVC 14.
@item
On platforms where @code{long} is a 32-bit type, @code{ftell} does not work
-correctly with files larger than 2 GB, even when the @code{AC_SYS_LARGEFILE}
+correctly with files 2 GiB and larger, even when the @code{AC_SYS_LARGEFILE}
macro is used. The fix is to use @code{ftello} instead.
@end itemize