Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 23:25:11 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320035 - head/lib/libc/sys
Message-ID:  <201706162325.v5GNPBcq021057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Jun 16 23:25:11 2017
New Revision: 320035
URL: https://svnweb.freebsd.org/changeset/base/320035

Log:
  Move the description of kern.kq_calloutmax sysctl into a new paragraph
  for better presentation.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Fri Jun 16 23:17:31 2017	(r320034)
+++ head/lib/libc/sys/kqueue.2	Fri Jun 16 23:25:11 2017	(r320035)
@@ -524,10 +524,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
@@ -549,6 +545,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706162325.v5GNPBcq021057>