svn commit: r220253 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Fri Apr 1 19:57:27 UTC 2011


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


More information about the svn-src-all mailing list