]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: Remove accidental mention of O_TTY_INIT
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 14 Aug 2015 16:04:52 +0000 (18:04 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 14 Aug 2015 16:04:52 +0000 (18:04 +0200)
An earlier edit mentioned O_TTY_INIT as a file creation flag.
That's true, according POSIX, but Linux does not implement
this flag, so remove mention of it.

Reported-by: David Drysdale <drysdale@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2

index a5e79fe9a9ab366904856433af4e6e083b070cb9..06c0a298f429d61857ab67db9d446a4e8ace6f28 100644 (file)
@@ -144,9 +144,8 @@ are
 .BR O_NOCTTY ,
 .BR O_NOFOLLOW ,
 .BR O_TMPFILE ,
-.BR O_TRUNC ,
 and
-.BR O_TTY_INIT .
+.BR O_TRUNC .
 The
 .I file status flags
 are all of the remaining flags listed below.