From 05f2ecd1faed1cb7f9307d01539306c710b2765b Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 1 Apr 2011 19:57:27 +0000 Subject: [PATCH] Fix mdoc errors. Submitted by: ru MFC after: 3 days --- lib/libc/sys/open.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index e0f5fff7269..041f9dc983b 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -248,8 +248,7 @@ When a new file is created it is given the group of the directory which contains it. .Pp Unless -.Dv -O_CLOEXEC +.Dv O_CLOEXEC flag was specified, the new descriptor is set to remain open across .Xr execve 2 @@ -416,7 +415,7 @@ of .Dv O_WRONLY , .Dv O_RDWR and -.Dv O_EXEC. +.Dv O_EXEC . .It Bq Eq EBADF The .Fa path