From de7fe14556e77eb0252ea20c88f698edc5fce11c Mon Sep 17 00:00:00 2001 From: enh Date: Wed, 8 Jan 2025 18:53:17 -0500 Subject: [PATCH] man/man2/stat.2: Linux 6.11 allows using NULL with AT_EMPTY_PATH. Cc: Dan Albert Signed-off-by: Elliott Hughes Message-ID: Signed-off-by: Alejandro Colomar --- man/man2/stat.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/man2/stat.2 b/man/man2/stat.2 index 099c56b15..cfbfb654b 100644 --- a/man/man2/stat.2 +++ b/man/man2/stat.2 @@ -175,7 +175,9 @@ can either be 0, or include one or more of the following flags ORed: .\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d If .I pathname -is an empty string, operate on the file referred to by +is an empty string +(or NULL, since Linux 6.11) +operate on the file referred to by .I dirfd (which may have been obtained using the .BR open (2) -- 2.47.2