[Bug 291908] kqueue(2): Fix typo 'kevent1()' to 'kqueue1()' in HISTORY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Dec 2025 06:20:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291908
Bug ID: 291908
Summary: kqueue(2): Fix typo 'kevent1()' to 'kqueue1()' in
HISTORY section
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Manual Pages
Assignee: bugs@FreeBSD.org
Reporter: hodong@nimfsoft.art
CC: doc@FreeBSD.org
Hello,
I would like to report a documentation bug in the kqueue(2) manual page
regarding the HISTORY section.
[Current Text]
The HISTORY section currently states:
"The kqueuex() system call and kevent1() function first appeared in FreeBSD
14.0."
[Problem]
According to the SYNOPSIS section, the function introduced for compatibility
with NetBSD is `kqueue1(int flags)`, not `kevent1()`. The reference to
`kevent1()` appears to be a typo.
Additionally, to maintain consistency with the previous sentence ("The kqueue()
and kevent() system calls..."), it would be more natural to group them as
"system calls".
[Suggested Fix]
Please replace the incorrect text with the following:
"The kqueuex() and kqueue1() system calls first appeared in FreeBSD 14.0."
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.