Page MenuHomeFreeBSD

Remove unnecessary #includes from the kqueue(2) man page.
ClosedPublic

Authored by ed on Feb 15 2017, 7:56 AM.
Tags
None
Referenced Files
F149278174: D9605.id25258.diff
Mon, Mar 23, 10:42 AM
Unknown Object (File)
Sun, Mar 22, 7:36 AM
Unknown Object (File)
Sat, Mar 21, 3:45 PM
Unknown Object (File)
Thu, Mar 19, 2:43 AM
Unknown Object (File)
Thu, Mar 19, 2:38 AM
Unknown Object (File)
Sat, Feb 21, 9:09 PM
Unknown Object (File)
Feb 8 2026, 11:12 AM
Unknown Object (File)
Jan 9 2026, 10:48 PM
Subscribers

Details

Summary

Now that <sys/event.h> can be included on its own, adjust the manual
page accordingly. Remove both unnecessary #include statements from the
synopsis and the example code.

While there, also add a note to the BUGS section to mention that
previous versions of this header file still depend on <sys/types.h>.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7467
Build 7629: arc lint + arc unit

Event Timeline

ed retitled this revision from to Remove unnecessary #includes from the kqueue(2) man page..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added reviewers: ngie, wblock.
This revision is now accepted and ready to land.Feb 15 2017, 3:01 PM
ngie edited edge metadata.

Thank you very much ed@ :)!

This revision was automatically updated to reflect the committed changes.