From 30eff294f0d0c469b762db95f2a21f6b3eee1f9d Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 9 Apr 2003 18:16:07 +0000 Subject: [PATCH] document environment variables svn:r64 --- event.3 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/event.3 b/event.3 index c0d1cd8f..777f80c6 100644 --- a/event.3 +++ b/event.3 @@ -280,9 +280,17 @@ adds .Va EV_PERSIST . .Pp It is possible to disable support for -.Va kqueue +.Va epoll , kqueue , poll +or +.Va select by setting the environment variable -.Va EVENT_NOKQUEUE . +.Va EVENT_NOEPOLL , EVENT_NOKQUEUE , EVENT_NOPOLL +or +.Va EVENT_NOSELECT . +By setting the environment variable +.Va EVENT_SHOW_METHOD , +.Nm libevent +displays the kernel notification method that it uses. .Pp .Sh RETURN VALUES Upon successful completion