From d0217aec7c09e6a01c003eb58f9196121688c63c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 3 Aug 2012 23:27:39 +0200 Subject: [PATCH] open.2: Fix .Dv and combine lines. --- lib/libc/sys/open.2 | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) 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 , -- 1.7.7.2