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)
Sun, May 10, 1:36 PM
Unknown Object (File)
Sun, May 10, 1:28 PM
Unknown Object (File)
Thu, May 7, 2:05 PM
Unknown Object (File)
Thu, May 7, 9:23 AM
Unknown Object (File)
Wed, May 6, 10:50 PM
Unknown Object (File)
Wed, May 6, 9:46 PM
Unknown Object (File)
Tue, May 5, 9:50 AM
Unknown Object (File)
Sun, May 3, 1:26 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 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.