From: Michael Kerrisk Date: Fri, 14 Aug 2015 16:04:52 +0000 (+0200) Subject: open.2: Remove accidental mention of O_TTY_INIT X-Git-Tag: man-pages-4.03~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15fb5d0374793d0139a4085984ab441e17c3ef3f;p=thirdparty%2Fman-pages.git open.2: Remove accidental mention of O_TTY_INIT 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 Signed-off-by: Michael Kerrisk --- diff --git a/man2/open.2 b/man2/open.2 index a5e79fe9a9..06c0a298f4 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -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.