Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 04:05:03 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360183 - head/lib/libc/sys
Message-ID:  <202004220405.03M453RV020602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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