summaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.29
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index d122e315ed4..ed1accb0597 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.45 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: open.2,v 1.46 2014/02/13 07:30:39 guenther Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)open.2 8.2 (Berkeley) 11/16/93
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: February 13 2014 $
.Dt OPEN 2
.Os
.Sh NAME
@@ -64,10 +64,7 @@ as described in
and modified by the process' umask value (see
.Xr umask 2 ) .
.Pp
-The flags specified are formed by bitwise-inclusive
-.Tn OR Ns 'ing
-the following values defined in
-.In fcntl.h .
+The flags specified are a bitwise OR of the following values.
Exactly one of the first three values (file access modes) must be specified:
.Pp
.Bl -tag -width O_DIRECTORY -offset indent -compact