From owner-dev-commits-src-all@freebsd.org Fri Oct 1 02:31:44 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4C92675C39; Fri, 1 Oct 2021 02:31:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDdX5jKXz3FdZ; Fri, 1 Oct 2021 02:31:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FDC217436; Fri, 1 Oct 2021 02:31:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912ViMZ054546; Fri, 1 Oct 2021 02:31:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912VisA054545; Fri, 1 Oct 2021 02:31:44 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:31:44 GMT Message-Id: <202110010231.1912VisA054545@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kyle Evans Subject: git: 0f43c5b55c79 - main - kqueue: clean up some igor and mandoc -Tlint warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0f43c5b55c79f8d4bae8c91e4f0c397944814152 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:31:45 -0000 The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0f43c5b55c79f8d4bae8c91e4f0c397944814152 commit 0f43c5b55c79f8d4bae8c91e4f0c397944814152 Author: Kyle Evans AuthorDate: 2021-09-30 18:22:01 +0000 Commit: Kyle Evans 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.