Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2011 08:04:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220318 - stable/8/lib/libc/sys
Message-ID:  <201104040804.p3484WxW075420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon Apr  4 08:04:32 2011
New Revision: 220318
URL: http://svn.freebsd.org/changeset/base/220318

Log:
  MFC r220253:
  Fix mdoc errors.

Modified:
  stable/8/lib/libc/sys/open.2
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/sys/open.2
==============================================================================
--- stable/8/lib/libc/sys/open.2	Mon Apr  4 07:45:08 2011	(r220317)
+++ stable/8/lib/libc/sys/open.2	Mon Apr  4 08:04:32 2011	(r220318)
@@ -239,8 +239,7 @@ When a new file is created it is given t
 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
@@ -407,7 +406,7 @@ of
 .Dv O_WRONLY ,
 .Dv O_RDWR
 and
-.Dv O_EXEC.
+.Dv O_EXEC .
 .It Bq Eq EBADF
 The
 .Fa path



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104040804.p3484WxW075420>