svn commit: r220318 - stable/8/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Mon Apr 4 08:04:32 UTC 2011


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


More information about the svn-src-stable-8 mailing list