summaryrefslogtreecommitdiff
path: root/doc/posix-functions/freopen.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/freopen.texi')
-rw-r--r--doc/posix-functions/freopen.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/freopen.texi b/doc/posix-functions/freopen.texi
index 4b6cd8b13b..7e075fdd09 100644
--- a/doc/posix-functions/freopen.texi
+++ b/doc/posix-functions/freopen.texi
@@ -14,7 +14,7 @@ file descriptor, @code{freopen} returns the stream without opening
the file: glibc 2.24.
@item
On platforms where @code{off_t} is a 32-bit type, @code{freopen} may 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}.
@item
On Windows platforms (excluding Cygwin), this function does usually not
recognize the @file{/dev/null} filename.