open.2: Minor fix: split distinct ENOENT cases into separate list entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-09-28 21:48:59 +02:00
parent 37894e514e
commit 115bbafa8b
1 changed files with 3 additions and 1 deletions

View 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