summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fseeko.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fseeko.texi')
-rw-r--r--doc/posix-functions/fseeko.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fseeko.texi b/doc/posix-functions/fseeko.texi
index b327600624..eb3991f693 100644
--- a/doc/posix-functions/fseeko.texi
+++ b/doc/posix-functions/fseeko.texi
@@ -19,7 +19,7 @@ glibc 2.3.6.
This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
@item
On platforms where @code{off_t} is a 32-bit type, @code{fseeko} does not work
-correctly with files larger than 2 GB@. (Cf. @code{AC_SYS_LARGEFILE}.)
+correctly with files 2 GiB and larger. @xref{Large File Support}.
@end itemize
Portability problems not fixed by Gnulib: