Module Name: src
Committed By: wiz
Date: Mon Apr 11 00:21:45 UTC 2011
Modified Files:
src/lib/libc/sys: open.2
Log Message:
exec is on a higher plane of existence.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/open.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.48 src/lib/libc/sys/open.2:1.49
--- src/lib/libc/sys/open.2:1.48 Sun Apr 10 15:46:15 2011
+++ src/lib/libc/sys/open.2 Mon Apr 11 00:21:45 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: open.2,v 1.48 2011/04/10 15:46:15 christos Exp $
+.\" $NetBSD: open.2,v 1.49 2011/04/11 00:21:45 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -97,7 +97,7 @@
Set the
.Xr close 2
on
-.Xr exec 2
+.Xr exec 3
flag.
.It Dv O_DSYNC
If set, write operations will be performed according to synchronized