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)
Sat, Feb 22, 3:32 PM
Unknown Object (File)
Sat, Feb 15, 7:29 PM
Unknown Object (File)
Tue, Feb 4, 6:53 AM
Unknown Object (File)
Jan 29 2025, 6:03 PM
Unknown Object (File)
Jan 28 2025, 7:25 AM
Unknown Object (File)
Jan 21 2025, 10:16 PM
Unknown Object (File)
Dec 25 2024, 12:18 PM
Unknown Object (File)
Dec 25 2024, 12:16 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.