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
Unknown Object (File)
Mon, Jun 16, 8:07 PM
Unknown Object (File)
Sun, Jun 15, 1:52 AM
Unknown Object (File)
Sat, Jun 14, 10:56 PM
Unknown Object (File)
Mon, Jun 2, 3:54 AM
Unknown Object (File)
May 19 2025, 3:14 AM
Unknown Object (File)
May 9 2025, 9:54 AM
Unknown Object (File)
Apr 25 2025, 10:58 PM
Unknown Object (File)
Apr 23 2025, 4:54 AM
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 Not Applicable
Unit
Tests Not Applicable

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.