F_DUPFD_CLOEXEC is specified in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-21 05:15:16 +00:00
parent aaec1423d7
commit e1146d332c
1 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,7 @@
.\" mtk: Noted F_SETOWN bug for socket file descriptor in Linux 2.4
.\" and earlier. Added text on permissions required to send signal.
.\"
.TH FCNTL 2 2007-12-12 "Linux" "Linux Programmer's Manual"
.TH FCNTL 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
@ -961,6 +961,9 @@ and
.B F_SETOWN
are specified in POSIX.1-2001.
.B F_DUPFD_CLOEXEC
is specified in POSIX.1-2008.
.BR F_GETSIG ,
.BR F_SETSIG ,
.BR F_NOTIFY ,