]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336457:
authordab <dab@FreeBSD.org>
Mon, 23 Jul 2018 18:35:58 +0000 (18:35 +0000)
committerdab <dab@FreeBSD.org>
Mon, 23 Jul 2018 18:35:58 +0000 (18:35 +0000)
commitdb198dc96cf0e241ff93ff4e99f7f0b9f31420af
treeeaa1eaa41f9d4481c0c42c694846bf35c88c7383
parent90d6c8231e0a4d5cd6077c5df0a87224ebe616ca
MFC r336457:

Make the definition of struct kevent in event.h match what the man page for kevent(2) says.

This is a trivial comment-only fix. The man page for kevent(2) gives
the definition of struct kevent, including a comment on each
field. The actual definition in sys/event.h omitted the comments on
some fields. Add the comments in. Not only does this make the man page
and include file agree, but the comments are useful in and of
themselves.

Sponsored by: Dell EMC
sys/sys/event.h