summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-05-20 11:24:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-05-20 11:25:58 -0700
commit9c4b4b083f87a3075d92dd72d5aa4a0007edb5ee (patch)
tree7dc7dadf254ff53e9d1f3ff5a176e2adfd08f2f6 /doc/posix-functions
parent40e416dd1d2197754f43497dd4c0d250fd20da91 (diff)
downloadgnulib-9c4b4b083f87a3075d92dd72d5aa4a0007edb5ee.tar.gz
fstatat: doc improvement
* doc/posix-functions/fstatat.texi (fstatat): Mention AT_EMPTY_PATH when talking about empty strings.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/fstatat.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/fstatat.texi b/doc/posix-functions/fstatat.texi
index dee0330e96..a37ee428b6 100644
--- a/doc/posix-functions/fstatat.texi
+++ b/doc/posix-functions/fstatat.texi
@@ -36,8 +36,8 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function does not fail when the second argument is an empty string
-on some platforms:
-glibc 2.7.
+on some platforms, even when @code{AT_EMPTY_PATH} is not used:
+glibc 2.7, Linux 2.6.38.
@item
@xref{sys/stat.h}, for general portability problems with @code{struct stat}.
@end itemize