diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-21 04:00:06 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-24 11:44:56 +0100 |
| commit | 843068bde51b49f2d447bfc1a29396813dbaaf1b (patch) | |
| tree | 79cf4303311f0d0799c682a1835da52b02e34af3 /man2/open.2 | |
| parent | 31c1f2b09ead1bcd800b6aa40f33b6dce9280b05 (diff) | |
| download | man-pages-843068bde51b49f2d447bfc1a29396813dbaaf1b.tar.gz | |
open.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/open.2')
| -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 |
