]> granicus.if.org Git - libevent/commitdiff
document environment variables
authorNiels Provos <provos@gmail.com>
Wed, 9 Apr 2003 18:16:07 +0000 (18:16 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 9 Apr 2003 18:16:07 +0000 (18:16 +0000)
svn:r64

event.3

diff --git a/event.3 b/event.3
index c0d1cd8f894f503783dc3408d5c76713970576a3..777f80c66e9f7a8f7a8b85cedf50bf5269f9e8ce 100644 (file)
--- 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