The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0f43c5b55c79f8d4bae8c91e4f0c397944814152
commit 0f43c5b55c79f8d4bae8c91e4f0c397944814152 Author: Kyle Evans <kev...@freebsd.org> AuthorDate: 2021-09-30 18:22:01 +0000 Commit: Kyle Evans <kev...@freebsd.org> CommitDate: 2021-10-01 02:31:28 +0000 kqueue: clean up some igor and mandoc -Tlint warnings --- lib/libc/sys/kqueue.2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 72b3e544391c..f80c89f75d78 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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. _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"