aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 04:51:54 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 04:51:54 +0000
commit08a3addfa41e0249841b1461df85bc0ec1d8a2a8 (patch)
tree24d7a0504fc2de9fffb70e5e28ba4e76654944fd /man2
parent1f8f8acb444f2cd9c28aac397d07bf8756facf19 (diff)
downloadman-pages-08a3addfa41e0249841b1461df85bc0ec1d8a2a8.tar.gz
O_CLOEXEC is specified in POSIX.1-2008.
Diffstat (limited to 'man2')
-rw-r--r--man2/open.28
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