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:
committed by
Mark Johnston
parent
d6bc31f929
commit
4efe75af08
+4
-4
@@ -22,7 +22,7 @@
|
|||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 12, 2025
|
.Dd January 24, 2026
|
||||||
.Dt KQUEUE 2
|
.Dt KQUEUE 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -971,13 +971,13 @@ The
|
|||||||
.Fn kqueuex
|
.Fn kqueuex
|
||||||
system call
|
system call
|
||||||
and
|
and
|
||||||
.Fn kevent1
|
.Fn kqueue1
|
||||||
function first appeared in
|
function first appeared in
|
||||||
.Fx 14.0 .
|
.Fx 14.0 .
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
The
|
The
|
||||||
.Fn kqueue
|
.Em kqueue
|
||||||
system and this manual page were written by
|
subsystem and this manual page were written by
|
||||||
.An Jonathan Lemon Aq Mt jlemon@FreeBSD.org .
|
.An Jonathan Lemon Aq Mt jlemon@FreeBSD.org .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user