]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
*** empty log message ***
authorMarc Alexander Lehmann <libev@schmorp.de>
Tue, 31 Jan 2017 09:31:43 +0000 (09:31 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Tue, 31 Jan 2017 09:31:43 +0000 (09:31 +0000)
ev.pod

diff --git a/ev.pod b/ev.pod
index 633b87ea542a5ffab997ddfa71adc72c97c4f14e..606c748876183d5c9baee305510017a4b12504d4 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -4388,11 +4388,11 @@ in your include path (e.g. in libev/ when using -Ilibev):
 
    ev_win32.c      required on win32 platforms only
 
-   ev_select.c     only when select backend is enabled (which is enabled by default)
-   ev_poll.c       only when poll backend is enabled (disabled by default)
-   ev_epoll.c      only when the epoll backend is enabled (disabled by default)
-   ev_kqueue.c     only when the kqueue backend is enabled (disabled by default)
-   ev_port.c       only when the solaris port backend is enabled (disabled by default)
+   ev_select.c     only when select backend is enabled
+   ev_poll.c       only when poll backend is enabled
+   ev_epoll.c      only when the epoll backend is enabled
+   ev_kqueue.c     only when the kqueue backend is enabled
+   ev_port.c       only when the solaris port backend is enabled
 
 F<ev.c> includes the backend files directly when enabled, so you only need
 to compile this single file.