summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-06-19 07:15:47 +0000
committerkib <kib@FreeBSD.org>2017-06-19 07:15:47 +0000
commitb03966384640c01bab30277ccb106c9fa62d0784 (patch)
tree5c01288dc13da5b1c50c5027f2878089cf38ea70
parent33df8863474c33faf9599677e6b066cf619f9ea3 (diff)
downloadFreeBSD-src-b03966384640c01bab30277ccb106c9fa62d0784.zip
FreeBSD-src-b03966384640c01bab30277ccb106c9fa62d0784.tar.gz
MFC r320035:
Move the description of kern.kq_calloutmax sysctl into a new paragraph for better presentation. Approved by: re (delphij)
-rw-r--r--lib/libc/sys/kqueue.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index e4e7a9f..5ef066c 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -523,10 +523,6 @@ On return,
contains the number of times the timeout has expired since the last call to
.Fn kevent .
This filter automatically sets the EV_CLEAR flag internally.
-There is a system wide limit on the number of timers
-which is controlled by the
-.Va kern.kq_calloutmax
-sysctl.
.Bl -tag -width "Dv NOTE_USECONDS"
.It Dv NOTE_SECONDS
.Va data
@@ -548,6 +544,11 @@ is not set, the default is milliseconds.
On return,
.Va fflags
contains the events which triggered the filter.
+.Pp
+There is a system wide limit on the number of timers
+which is controlled by the
+.Va kern.kq_calloutmax
+sysctl.
.It Dv EVFILT_USER
Establishes a user event identified by
.Va ident
OpenPOWER on IntegriCloud