]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove unnecessary #includes from the kqueue(2) man page.
authorEd Schouten <ed@FreeBSD.org>
Thu, 16 Feb 2017 06:52:53 +0000 (06:52 +0000)
committerEd Schouten <ed@FreeBSD.org>
Thu, 16 Feb 2017 06:52:53 +0000 (06:52 +0000)
commit8eb15797b128875a2dfd9a0d2211c7859b75de3f
tree413d21d8371ff506861a64c2a85ebc87fc2a385a
parentbd1623def142af36c47c89ee109aab76f27ea9b8
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
lib/libc/sys/kqueue.2