svn commit: r360183 - head/lib/libc/sys

Kyle Evans kevans at FreeBSD.org
Wed Apr 22 04:05:03 UTC 2020


Author: kevans
Date: Wed Apr 22 04:05:02 2020
New Revision: 360183
URL: https://svnweb.freebsd.org/changeset/base/360183

Log:
  kqueue(2): de-vandalize the random sentence in the middle
  
  A last minute change appears to have inadvertently vandalized unrelated
  parts of the manpage with the date. =-(
  
  Reported by:	rpokala

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

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Wed Apr 22 03:45:52 2020	(r360182)
+++ head/lib/libc/sys/kqueue.2	Wed Apr 22 04:05:02 2020	(r360183)
@@ -63,7 +63,8 @@ the event no longer holds, the kevent is removed from 
 is not returned.
 .Pp
 Multiple events which trigger the filter do not result in multiple
-kevents being placed on the kqueue; instead, the filter wiApril 21, 2020the events into a single struct kevent.
+kevents being placed on the kqueue; instead, the filter will aggregate
+the events into a single struct kevent.
 Calling
 .Fn close
 on a file descriptor will remove any kevents that reference the descriptor.


More information about the svn-src-head mailing list