diff options
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 5cc1ef8..9d3f6bf 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 |