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:
Jeroen Ruigrok van der Werven 2000-11-21 15:22:36 +00:00
parent f4486e7573
commit 02e1f97870

View File

@ -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