Date: Thu, 8 Nov 2012 13:40:46 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r242768 - stable/9/lib/libc/sys Message-ID: <201211081340.qA8DekYp082300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jilles Date: Thu Nov 8 13:40:46 2012 New Revision: 242768 URL: http://svnweb.freebsd.org/changeset/base/242768 Log: MFC r242429: fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC". Modified: stable/9/lib/libc/sys/fcntl.2 Directory Properties: stable/9/lib/libc/ (props changed) stable/9/lib/libc/sys/ (props changed) Modified: stable/9/lib/libc/sys/fcntl.2 ============================================================================== --- stable/9/lib/libc/sys/fcntl.2 Thu Nov 8 13:36:19 2012 (r242767) +++ stable/9/lib/libc/sys/fcntl.2 Thu Nov 8 13:40:46 2012 (r242768) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081340.qA8DekYp082300>