summaryrefslogtreecommitdiff
path: root/doc/posix-functions/stat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/stat.texi')
-rw-r--r--doc/posix-functions/stat.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/stat.texi b/doc/posix-functions/stat.texi
index 0e3f56a96d..b64bdd3a01 100644
--- a/doc/posix-functions/stat.texi
+++ b/doc/posix-functions/stat.texi
@@ -10,13 +10,13 @@ Portability problems fixed by Gnulib:
@itemize
@item
On platforms where @code{off_t} is a 32-bit type, @code{stat} may not correctly
-report the size of files or block devices larger than 2 GB.
-(Cf. @code{AC_SYS_LARGEFILE}.)
+report the size of files or block devices 2 GiB and larger.
+@xref{Large File Support}.
@item
On Linux/x86 and Linux/x86_64, applications compiled in 32-bit mode cannot
access files that happen to have a 64-bit inode number. This can occur with
file systems such as XFS (typically on large disks) and NFS.
-(Cf. @code{AC_SYS_LARGEFILE}.)
+@xref{Large File Support}.
@item
The @code{st_atime}, @code{st_ctime}, @code{st_mtime} fields are affected by
the current time zone and by the DST flag of the current time zone on some