Document kevent EVFILT_EMPTY.
Reviewed by: hiren X-MFC with: r312277
This commit is contained in:
parent
2fcf414549
commit
b11ef6e971
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 15, 2017
|
.Dd April 18, 2017
|
||||||
.Dt KQUEUE 2
|
.Dt KQUEUE 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -332,6 +332,9 @@ For sockets, the low water mark and socket error handling is
|
|||||||
identical to the
|
identical to the
|
||||||
.Dv EVFILT_READ
|
.Dv EVFILT_READ
|
||||||
case.
|
case.
|
||||||
|
.It Dv EVFILT_EMPTY
|
||||||
|
Takes a descriptor as the identifier, and returns whenever
|
||||||
|
there is no remaining data in the write buffer.
|
||||||
.It Dv EVFILT_AIO
|
.It Dv EVFILT_AIO
|
||||||
The sigevent portion of the AIO request is filled in, with
|
The sigevent portion of the AIO request is filled in, with
|
||||||
.Va sigev_notify_kqueue
|
.Va sigev_notify_kqueue
|
||||||
|
Loading…
Reference in New Issue
Block a user