summaryrefslogtreecommitdiff
path: root/doc/posix-functions/truncate.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/truncate.texi')
-rw-r--r--doc/posix-functions/truncate.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/truncate.texi b/doc/posix-functions/truncate.texi
index 8ee1fa7d18..1cfea6d40f 100644
--- a/doc/posix-functions/truncate.texi
+++ b/doc/posix-functions/truncate.texi
@@ -13,8 +13,8 @@ This function is missing on some platforms:
mingw, MSVC 14, Android 4.4 with @code{AC_SYS_LARGEFILE} in effect.
@item
On platforms where @code{off_t} is a 32-bit type, this function is not
-applicable to arbitrary lengths for files larger than 2 GB@. The fix is to
-use the @code{AC_SYS_LARGEFILE} macro.
+applicable to arbitrary lengths for files 2 GiB and larger.
+@xref{Large File Support}.
@item
This function does not fail when the file name argument ends in a slash
and (without the slash) names a non-directory, on some platforms: