mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
document environment variables
svn:r64
This commit is contained in:
parent
b0b72eb05e
commit
30eff294f0
12
event.3
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user