diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index b821ed9..15f4fd3 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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 |