kqueue: clean up some igor and mandoc -Tlint warnings

This commit is contained in:
Kyle Evans 2021-09-30 13:22:01 -05:00
parent 4b5554cebb
commit 0f43c5b55c

View File

@ -267,16 +267,17 @@ Causes
.Fn kevent
to leave unchanged any
.Fa udata
associated with an existing event. This allows other aspects of the
event to be modified without requiring the caller to know the
associated with an existing event.
This allows other aspects of the event to be modified without requiring the
caller to know the
.Fa udata
value presently associated.
This is especially useful with
.Dv NOTE_TRIGGER
or flags like
.Dv EV_ENABLE.
.Dv EV_ENABLE .
This flag may not be used with
.Dv EV_ADD.
.Dv EV_ADD .
.El
.Pp
The predefined system filters are listed below.