projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e00a0df
)
open.2: Fix .Dv and combine lines.
author
Sascha Wildner <saw@online.de>
Fri, 3 Aug 2012 21:27:39 +0000 (23:27 +0200)
committer
Sascha Wildner <saw@online.de>
Fri, 3 Aug 2012 21:27:39 +0000 (23:27 +0200)
lib/libc/sys/open.2
patch
|
blob
|
blame
|
history
diff --git
a/lib/libc/sys/open.2
b/lib/libc/sys/open.2
index
99aa306
..
7a0e980
100644
(file)
--- a/
lib/libc/sys/open.2
+++ b/
lib/libc/sys/open.2
@@
-220,10
+220,8
@@
When a new file is created it is given the group of the directory
which contains it.
.Pp
Unless
-.Dv
-O_CLOEXEC
-was specified,
-the new descriptor is set to remain open across
+.Dv O_CLOEXEC
+was specified, the new descriptor is set to remain open across
.Xr execve 2
system calls; see
.Xr close 2 ,