summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-11 16:01:17 +0000
committerbde <bde@FreeBSD.org>2000-05-11 16:01:17 +0000
commitd157e2e89ef747a14d2c68a72fd96bacc471aa99 (patch)
tree5cbdc8b04c863c716e6a1d881f9a4886aa2fcb5e /lib/libc
parent741229b49addd41eaacd4eb37f23983dfb812c8d (diff)
downloadFreeBSD-src-d157e2e89ef747a14d2c68a72fd96bacc471aa99.zip
FreeBSD-src-d157e2e89ef747a14d2c68a72fd96bacc471aa99.tar.gz
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.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.24
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
OpenPOWER on IntegriCloud