From 60216e8b1d3cad7992923335fbdb21446386d476 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 30 Jul 2004 05:15:59 +0000 Subject: [PATCH] mention devpoll svn:r117 --- event.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/event.3 b/event.3 index 687a6f49..ec4cd7c4 100644 --- a/event.3 +++ b/event.3 @@ -356,11 +356,11 @@ adds .Va EV_PERSIST . .Pp It is possible to disable support for -.Va epoll , kqueue , poll +.Va epoll , kqueue , devpoll, poll or .Va select by setting the environment variable -.Va EVENT_NOEPOLL , EVENT_NOKQUEUE , EVENT_NOPOLL +.Va EVENT_NOEPOLL , EVENT_NOKQUEUE , EVENT_NODEVPOLL, EVENT_NOPOLL or .Va EVENT_NOSELECT . By setting the environment variable