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

Jilles Tjoelker jilles at FreeBSD.org
Thu Nov 1 09:38:29 UTC 2012


Author: jilles
Date: Thu Nov  1 09:38:28 2012
New Revision: 242429
URL: http://svn.freebsd.org/changeset/base/242429

Log:
  fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".
  
  MFC after:	1 week

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

Modified: head/lib/libc/sys/fcntl.2
==============================================================================
--- head/lib/libc/sys/fcntl.2	Thu Nov  1 07:53:21 2012	(r242428)
+++ head/lib/libc/sys/fcntl.2	Thu Nov  1 09:38:28 2012	(r242429)
@@ -94,7 +94,7 @@ It is functionally equivalent to
 .Bd -literal -offset indent
 dup2(fd, arg)
 .Ed
-.It Dv F_DU2PFD_CLOEXEC
+.It Dv F_DUP2FD_CLOEXEC
 Like
 .Dv F_DUP2FD ,
 but the
@@ -104,7 +104,7 @@ flag associated with the new file descri
 The
 .Dv F_DUP2FD
 and
-.Dv F_DUP2DF_CLOEXEC
+.Dv F_DUP2FD_CLOEXEC
 constants are not portable, so they should not be used if
 portability is needed.
 Use


More information about the svn-src-all mailing list