diff options
| -rw-r--r-- | man2/open.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2 index 1b5e7bd431..5effbc3566 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -502,7 +502,7 @@ This is a FreeBSD extension, which was added to Linux in version 2.1.126. Symbolic links in earlier components of the pathname will still be followed. See also -.BR O_NOPATH +.BR O_PATH below. .\" The headers from glibc 2.0.100 and later include a .\" definition of this flag; \fIkernels before 2.1.126 will ignore it if @@ -724,6 +724,8 @@ or is set). .TP .B EISDIR +.I pathname +refers to an existing directory, .B O_TMPFILE and one of .B O_WRONLY |
