summaryrefslogtreecommitdiff
path: root/doc/posix-functions/glob.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/glob.texi')
-rw-r--r--doc/posix-functions/glob.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/glob.texi b/doc/posix-functions/glob.texi
index 74ac551ebc..8c0e3cff25 100644
--- a/doc/posix-functions/glob.texi
+++ b/doc/posix-functions/glob.texi
@@ -17,8 +17,8 @@ on some platforms:
glibc 2.26, AIX 7.2, HP-UX 11, Solaris 11.4.
@item
On platforms where @code{off_t} is a 32-bit type, this function may not
-work correctly on huge directories larger than 2 GB.
-(Cf. @code{AC_SYS_LARGEFILE}.)
+work correctly on huge directories 2 GiB and larger.
+@xref{Large File Support}.
@end itemize
Portability problems not fixed by Gnulib: