aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bunichev <tembun@bk.ru>2026-01-25 15:39:48 +0000
committerMark Johnston <markj@FreeBSD.org>2026-01-25 22:41:24 +0000
commit4efe75af0869dd71a26685c432e5284d71bf4dc8 (patch)
tree0303f5e62d6ea812b80bf22abd7051b4a5162bdb
parentd6bc31f92991b6d67da54868f3563278015389ca (diff)
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
-rw-r--r--lib/libsys/kqueue.28
1 files 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 jlemon@FreeBSD.org .
.Sh BUGS
.Pp