diff options
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/open.2 b/man2/open.2 index 433a9b998a..dec81ec941 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -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. |
