diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-11-21 15:22:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-11-21 15:22:36 +0000 |
commit | 8b76fef8df36dda7a9c8fcd627b04e52564de417 (patch) | |
tree | 9a95598b44779d5047fb6c269f506ef9fe9eb1d1 /lib | |
parent | 9432cba6a9afb6d5cdabedfc7ca8670e5ec2d9c8 (diff) | |
download | FreeBSD-src-8b76fef8df36dda7a9c8fcd627b04e52564de417.zip FreeBSD-src-8b76fef8df36dda7a9c8fcd627b04e52564de417.tar.gz |
Clarify the time parameter of the kevent() system call.
Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon
Diffstat (limited to 'lib')
-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 |