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, Nov 23, 6:13 PM
Unknown Object (File)
Fri, Nov 21, 12:43 AM
Unknown Object (File)
Fri, Nov 21, 12:41 AM
Unknown Object (File)
Fri, Nov 21, 12:40 AM
Unknown Object (File)
Fri, Nov 21, 12:36 AM
Unknown Object (File)
Thu, Nov 13, 9:40 AM
Unknown Object (File)
Sun, Nov 9, 2:03 PM
Unknown Object (File)
Sat, Nov 1, 4:53 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.