[Bug 196844] [patch][doc] Add EXAMPLES section to kqueue(2) man page

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Apr 2022 14:20:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196844

PauAmma <pauamma@gundo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pauamma@gundo.com

--- Comment #12 from PauAmma <pauamma@gundo.com> ---
(In reply to Eugene Grosbein from comment #11)

*stares at kevent(2) for a while*

So the first kevent call should be ret = kevent(kq, &event, 1, &tevent, 1,
NULL); and the test should be for tevent.flags & EV_ERROR instead of event?
Would that correct the problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.