diff options
| -rw-r--r-- | man2/open.2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/man2/open.2 b/man2/open.2 index bc7d6a1e2a..6d1a3b0a44 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -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-07-22 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2008-08-21 "Linux" "Linux Programmer's Manual" .SH NAME open, creat \- open and possibly create a file or device .SH SYNOPSIS @@ -573,15 +573,11 @@ and flags are Linux-specific, and one may need to define .B _GNU_SOURCE to obtain their definitions. -.\" FIXME . update the following sentence when POSIX.1-2008 is finalized. The .BR O_CLOEXEC flag is not specified in POSIX.1-2001, -but is planned for inclusion in the next revision of the standard; -one has to define the -.B _GNU_SOURCE -macro to get its definition. +but is specified in POSIX.1-2001. .B O_DIRECT is not specified in POSIX; one has to define |
