Move the description of kern.kq_calloutmax sysctl into a new paragraph

for better presentation.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2017-06-16 23:25:11 +00:00
parent 17c847c1ff
commit d60fa657b2

View File

@ -524,10 +524,6 @@ On return,
contains the number of times the timeout has expired since the last call to contains the number of times the timeout has expired since the last call to
.Fn kevent . .Fn kevent .
This filter automatically sets the EV_CLEAR flag internally. 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" .Bl -tag -width "Dv NOTE_USECONDS"
.It Dv NOTE_SECONDS .It Dv NOTE_SECONDS
.Va data .Va data
@ -549,6 +545,11 @@ is not set, the default is milliseconds.
On return, On return,
.Va fflags .Va fflags
contains the events which triggered the filter. 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 .It Dv EVFILT_USER
Establishes a user event identified by Establishes a user event identified by
.Va ident .Va ident