diff options
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index ac89402097..b4e3672fb0 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -120,7 +120,9 @@ to change the behavior of .B TFD_NONBLOCK Set the .BR O_NONBLOCK -file status flag on the new open file description. +file status flag on the open file description (see +.BR open (2)) +referred to by the new file descriptor. Using this flag saves extra calls to .BR fcntl (2) to achieve the same result. |
