kqueue.2: Fix reference to unexisting kevent1()

kqueue1() was meant.

While here, make the wording in the AUTHORS section more clear.

PR:		291908
Fixes:		9b1585384d ("kqueue.2: Editorial pass")
Reviewed by:	kib, dab
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D54858
This commit is contained in:
Artem Bunichev
2026-01-25 15:39:48 +00:00
committed by Mark Johnston
parent d6bc31f929
commit 4efe75af08
+4 -4
View File
@@ -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 jlemon@FreeBSD.org .
.Sh BUGS
.Pp