aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-05-12 14:30:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-05-12 14:30:24 +0000
commit61b7c1e18f64570d88a307c9295b892bb0fd9e7f (patch)
tree685fedc911fcd4b811068c24904193bc14a46a39 /man2/open.2
parent7364dea652c977deab4b90b3d89c98ad81f77a1d (diff)
downloadman-pages-61b7c1e18f64570d88a307c9295b892bb0fd9e7f.tar.gz
spfix/wfix
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.28
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.