diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-05-11 16:01:17 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-05-11 16:01:17 +0000 |
| commit | 200f7053eed690d189980c3a215f3f3749f8afed (patch) | |
| tree | b1234a0cc263e69da8a8aa7e7fee0036e741fcc2 /lib/libc | |
| parent | 89474d129ed187c9643b89923815764b4ada3e4d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 5cc1ef804cd1..9d3f6bf04aff 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -34,12 +34,12 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/event.h> .Ft int .Fn kqueue "void" .Ft int -.Fn kevent "int kq" "int nchanges" "struct kevent **changelist" \ -"int nevents" "struct kevent *eventlist" "struct timespec *timeout" +.Fn kevent "int kq" "int nchanges" "struct kevent **changelist" "int nevents" "struct kevent *eventlist" "struct timespec *timeout" .Sh DESCRIPTION .Fn kqueue provides a generic method of notifying the user when an event |
