document the fact that kqueue will immediately return and not timeout when

nevents is 0.

PR:		kern/45291
This commit is contained in:
John-Mark Gurney 2003-10-20 02:29:16 +00:00
parent 180b0f65cc
commit 634862b329

View File

@ -113,6 +113,14 @@ The
argument
determines the size of
.Fa eventlist .
When
.Fa nevents
is zero,
.Fn kevent
will return immediately even if there is a
.Fa timeout
specified unlike
.Xr select 2 .
If
.Fa timeout
is a non-NULL pointer, it specifies a maximum interval to wait