]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/stat.2: Linux 6.11 allows using NULL with AT_EMPTY_PATH.
authorenh <enh@google.com>
Wed, 8 Jan 2025 23:53:17 +0000 (18:53 -0500)
committerAlejandro Colomar <alx@kernel.org>
Thu, 9 Jan 2025 14:20:02 +0000 (15:20 +0100)
Cc: Dan Albert <danalbert@google.com>
Signed-off-by: Elliott Hughes <enh@google.com>
Message-ID: <CAJgzZoqAOpJajmAnr-i9h3sPC8F_Uu0A+3eg4nkP+xTAV5fPGg@mail.gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/stat.2

index 099c56b1555a184681784ee9c0df168135c1cb34..cfbfb654b6097c9918c82ddb48918dfdd590ff84 100644 (file)
@@ -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)