[Midnightbsd-cvs] src [8359] trunk/lib/libc/sys/fcntl.2: fix typo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 18 14:39:27 EDT 2016
Revision: 8359
http://svnweb.midnightbsd.org/src/?rev=8359
Author: laffer1
Date: 2016-09-18 14:39:27 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/lib/libc/sys/fcntl.2
Modified: trunk/lib/libc/sys/fcntl.2
===================================================================
--- trunk/lib/libc/sys/fcntl.2 2016-09-18 18:39:03 UTC (rev 8358)
+++ trunk/lib/libc/sys/fcntl.2 2016-09-18 18:39:27 UTC (rev 8359)
@@ -94,7 +94,7 @@
.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 @@
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 Midnightbsd-cvs
mailing list