Fixed missing include in synopsis.

Use a long line instead splitting a line with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
This commit is contained in:
Bruce Evans 2000-05-11 16:01:17 +00:00
parent 89474d129e
commit 200f7053ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60384

View File

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