open.2: tfix: in CONFORMING TO: s/POSIX.1-2001/POSIX.1-2008/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ulrich Mueller 2008-11-04 08:51:26 -05:00 committed by Michael Kerrisk
parent 66132b5e47
commit 7c5f05139c
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\"
.TH OPEN 2 2008-10-10 "Linux" "Linux Programmer's Manual"
.TH OPEN 2 2008-11-04 "Linux" "Linux Programmer's Manual"
.SH NAME
open, creat \- open and possibly create a file or device
.SH SYNOPSIS
@ -589,7 +589,7 @@ to obtain their definitions.
The
.BR O_CLOEXEC
flag is not specified in POSIX.1-2001,
but is specified in POSIX.1-2001.
but is specified in POSIX.1-2008.
.B O_DIRECT
is not specified in POSIX; one has to define