summaryrefslogtreecommitdiff
path: root/doc/posix-functions/tmpfile.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/tmpfile.texi')
-rw-r--r--doc/posix-functions/tmpfile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/tmpfile.texi b/doc/posix-functions/tmpfile.texi
index 0df5901dd1..73264438b1 100644
--- a/doc/posix-functions/tmpfile.texi
+++ b/doc/posix-functions/tmpfile.texi
@@ -16,7 +16,7 @@ This function often fails for trivial reasons on some platforms:
mingw, MSVC 14.
@item
On platforms where @code{off_t} is a 32-bit type, @code{tmpfile} may not work
-correctly to create files larger than 2 GB@. (Cf. @code{AC_SYS_LARGEFILE}.)
+correctly to create files 2 GiB and larger. @xref{Large File Support}.
@end itemize
Portability problems not fixed by Gnulib: