Date: Wed, 24 Dec 2025 06:20:54 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 291908] kqueue(2): Fix typo 'kevent1()' to 'kqueue1()' in HISTORY section Message-ID: <bug-291908-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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 on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291908-9>
