summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/open.213
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 040f147fed0..3fae4b40631 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.33 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: open.2,v 1.34 2010/09/07 19:07:43 jmc 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: May 31 2007 $
+.Dd $Mdocdate: September 7 2010 $
.Dt OPEN 2
.Os
.Sh NAME
@@ -311,9 +311,7 @@ An attempt was made to open a socket (not currently implemented).
The
.Fn open
function conforms to
-.St -p1003.1-90
-and
-.St -xpg4.2 .
+.St -p1003.1-2008 .
.Pp
.Dv POSIX
specifies three different flavors for synchronous I/O:
@@ -326,10 +324,9 @@ In
these are all equivalent.
.Pp
The
-.Dv O_SHLOCK ,
-.Dv O_EXLOCK ,
+.Dv O_SHLOCK
and
-.Dv O_NOFOLLOW
+.Dv O_EXLOCK
flags are non-standard extensions and should not be used if portability
is of concern.
.Sh HISTORY