The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=4efe75af0869dd71a26685c432e5284d71bf4dc8
commit 4efe75af0869dd71a26685c432e5284d71bf4dc8 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-01-25 15:39:48 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-01-25 22:41:24 +0000 kqueue.2: Fix reference to unexisting kevent1() kqueue1() was meant. While here, make the wording in the AUTHORS section more clear. PR: 291908 Fixes: 9b1585384d53 ("kqueue.2: Editorial pass") Reviewed by: kib, dab MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54858 --- lib/libsys/kqueue.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libsys/kqueue.2 b/lib/libsys/kqueue.2 index a8ebabf02cf7..97532c530b20 100644 --- a/lib/libsys/kqueue.2 +++ b/lib/libsys/kqueue.2 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 12, 2025 +.Dd January 24, 2026 .Dt KQUEUE 2 .Os .Sh NAME @@ -971,13 +971,13 @@ The .Fn kqueuex system call and -.Fn kevent1 +.Fn kqueue1 function first appeared in .Fx 14.0 . .Sh AUTHORS The -.Fn kqueue -system and this manual page were written by +.Em kqueue +subsystem and this manual page were written by .An Jonathan Lemon Aq Mt [email protected] . .Sh BUGS .Pp
