From: Sascha Wildner Date: Fri, 3 Aug 2012 21:27:39 +0000 (+0200) Subject: open.2: Fix .Dv and combine lines. X-Git-Tag: v3.2.0~463 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d0217aec7c09e6a01c003eb58f9196121688c63c open.2: Fix .Dv and combine lines. --- diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 99aa306..7a0e980 100644 --- 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 ,