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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to