]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: O_CLOEXEC is also one the flags not ignored when O_PATH is specified
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Jun 2014 10:12:56 +0000 (12:12 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Jun 2014 10:12:56 +0000 (12:12 +0200)
Reported-by: Кирилл <kirillnow@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2

index 9d2bc87077e645d3454019747257db2a91a9f378..df10a22bdb3756e362a2392ab8f4d4b79c16a8eb 100644 (file)
@@ -576,7 +576,8 @@ When
 is specified in
 .IR flags ,
 flag bits other than
-.BR O_DIRECTORY
+.BR O_CLOEXEC ,
+.BR O_DIRECTORY ,
 and
 .BR O_NOFOLLOW
 are ignored.