summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ftell.texi
diff options
context:
space:
mode:
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