Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 19:57:27 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220253 - head/lib/libc/sys
Message-ID:  <201104011957.p31JvRcj057507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Apr  1 19:57:27 2011
New Revision: 220253
URL: http://svn.freebsd.org/changeset/base/220253

Log:
  Fix mdoc errors.
  
  Submitted by:	ru
  MFC after:	3 days

Modified:
  head/lib/libc/sys/open.2

Modified: head/lib/libc/sys/open.2
==============================================================================
--- head/lib/libc/sys/open.2	Fri Apr  1 18:53:41 2011	(r220252)
+++ head/lib/libc/sys/open.2	Fri Apr  1 19:57:27 2011	(r220253)
@@ -248,8 +248,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
@@ -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



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