HomeFreeBSD

Remove unnecessary #includes from the kqueue(2) man page.

Description

Remove unnecessary #includes from the kqueue(2) man page.

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>.

Reviewed by: ngie, vangyzen
Differential Revision: https://reviews.freebsd.org/D9605

Details

Provenance
edAuthored on
Reviewer
ngie
Differential Revision
D9605: Remove unnecessary #includes from the kqueue(2) man page.
Parents
rS313800: Do not access memory past the buffer end.
Branches
Unknown
Tags
Unknown