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
F106076736: D9605.diff
Wed, Dec 25, 12:19 AM
Unknown Object (File)
Mon, Dec 16, 10:44 AM
Unknown Object (File)
Oct 15 2024, 11:55 PM
Unknown Object (File)
Oct 14 2024, 10:14 AM
Unknown Object (File)
Oct 10 2024, 11:24 PM
Unknown Object (File)
Oct 3 2024, 8:39 AM
Unknown Object (File)
Oct 1 2024, 4:05 AM
Unknown Object (File)
Sep 29 2024, 9:17 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.