epoll_create.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-11 07:34:12 +02:00
parent 1fadf79b1f
commit 9c9cccf799
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ to obtain different behavior:
.TP
.B EPOLL_CLOEXEC
Set the close-on-exec
.RB ( FD_CLOEXEC)
.RB ( FD_CLOEXEC )
flag on the new file descriptor.
See the description of the
.B O_CLOEXEC