]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/open.2: wfix, ffix
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:01:09 +0000 (22:01 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:14 +0000 (22:21 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/open.2

index c47b2ad58702495f4c41fec7fe1dbda5cebe9d64..526fa4e7fef9ab305eb597d3fa941e64a85ba218 100644 (file)
@@ -367,7 +367,10 @@ is described in
 .B O_DIRECTORY
 If
 .I path
-is not a directory, cause the open to fail.
+is not a directory,
+cause
+.BR open ()
+to fail.
 .\" But see the following and its replies:
 .\" http://marc.theaimsgroup.com/?t=112748702800001&r=1&w=2
 .\" [PATCH] open: O_DIRECTORY and O_CREAT together should fail