spfix/wfix

This commit is contained in:
Michael Kerrisk 2008-05-12 14:30:24 +00:00
parent 7364dea652
commit 61b7c1e18f
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
.\" on O_DIRECT.
.\" 2008-02-26, Michael Haardt: Reorganised text for O_CREAT and mode
.\"
.\" FIXME . Apr 08: The next posix revison has O_EXEC, O_SEARCH, and
.\" 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-04-08 "Linux" "Linux Programmer's Manual"
@ -562,15 +562,15 @@ The
and
.B O_NOFOLLOW
flags are Linux-specific, and one may need to define
.B_GNU_SOURCE
to ontain their defintions.
.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 to define the
one has to define the
.B _GNU_SOURCE
macro to get its definitions.