Clarify the time parameter of the kevent() system call.
Inspired by PR: 21708 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Reviewed by: jlemon
This commit is contained in:
parent
f4486e7573
commit
02e1f97870
@ -100,7 +100,7 @@ determines the size of
|
||||
If
|
||||
.Fa timeout
|
||||
is a non-NULL pointer, it specifies a maximum interval to wait
|
||||
for an event. If
|
||||
for an event, which will be interpreted as a struct timespec. If
|
||||
.Fa timeout
|
||||
is a NULL pointer,
|
||||
.Fn kevent
|
||||
|
Loading…
Reference in New Issue
Block a user