inotify_init.2: tfix: s/O_CLOEXEC/FD_CLOEXEC/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-10 11:31:15 +02:00
parent ef4d5ffd86
commit 9009f8fc15
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ to achieve the same result.
.TP
.B IN_CLOEXEC
Set the close-on-exec
.RB ( O_CLOEXEC)
.RB ( FD_CLOEXEC)
flag on the new file descriptor.
See the description of the
.B O_CLOEXEC