aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2
index 6d1a3b0a44..15d92e2508 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -158,10 +158,10 @@ for further details.
.TP
.BR O_CLOEXEC " (Since Linux 2.6.23)"
Enable the close-on-exec flag for the new file descriptor.
-Specifying this flag permits a program to avoid an additional
+Specifying this flag permits a program to avoid additional
.BR fcntl (2)
.B F_SETFD
-operation to set the
+operations to set the
.B FD_CLOEXEC
flag.
Additionally,