Date: Fri, 1 Oct 2021 02:31:44 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0f43c5b55c79 - main - kqueue: clean up some igor and mandoc -Tlint warnings Message-ID: <202110010231.1912VisA054545@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0f43c5b55c79f8d4bae8c91e4f0c397944814152 commit 0f43c5b55c79f8d4bae8c91e4f0c397944814152 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-09-30 18:22:01 +0000 Commit: Kyle Evans <kevans@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110010231.1912VisA054545>