]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: Minor fix: split distinct ENOENT cases into separate list entries
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 28 Sep 2018 19:48:59 +0000 (21:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 28 Sep 2018 19:48:59 +0000 (21:48 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2

index 5d0ce66d82bf19c92734486107d0d6aa8d15a8f0..f38e1c1e0a520125f4050bb7608caca2accdb813 100644 (file)
@@ -1077,7 +1077,9 @@ must be returned.)
 .B ENOENT
 .B O_CREAT
 is not set and the named file does not exist.
-Or, a directory component in
+.TP
+.B ENOENT
+A directory component in
 .I pathname
 does not exist or is a dangling symbolic link.
 .TP