summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pwrite.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/pwrite.texi')
-rw-r--r--doc/posix-functions/pwrite.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/pwrite.texi b/doc/posix-functions/pwrite.texi
index 3faf7263b2..b93664103d 100644
--- a/doc/posix-functions/pwrite.texi
+++ b/doc/posix-functions/pwrite.texi
@@ -13,7 +13,7 @@ This function is missing on some platforms:
mingw, MSVC 14.
@item
On platforms where @code{off_t} is a 32-bit type, this function may not
-work correctly on files larger than 2 GB@. (Cf. @code{AC_SYS_LARGEFILE}.)
+work correctly on files 2 GiB and larger. @xref{Large File Support}.
@item
This function does not fail when an invalid (negative) offset is passed when
large file support is enabled on some platforms: