From 1856631e983e6227c6974e4c6444cf418ed2014a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Imre=20Vad=C3=A1sz?= Date: Sun, 20 Aug 2017 00:27:23 +0200 Subject: [PATCH] kqueue.2: Mention EV_NODATA flag, which may be set in addition to EV_EOF. * The EV_NODATA flag was added in 3bcb6e5e80cb05cecaddd866d4b15b428334b9aa. --- lib/libc/sys/kqueue.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 8580d58956..559fc37888 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -206,6 +206,10 @@ instead of the current state. Note that some filters may automatically set this flag internally. .It Dv EV_EOF Filters may set this flag to indicate filter-specific EOF condition. +.It Dv EV_NODATA +Filters may set this flag in addition to +.Dv EV_EOF +to indicate that there is no more data pending in the buffer. .It Dv EV_ERROR See .Sx RETURN VALUES -- 2.11.4.GIT