aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-14 16:54:23 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-14 16:54:23 +0300
commita90099030e9aa0ec216e6b5cf439c265d8a43376 (patch)
tree8bbeb1e2458801fd8c54526852a268ba747a2f6b /doc
parent56cccc6da257000049292016e1bda822c3934967 (diff)
downloadlibmicrohttpd-a90099030e9aa0ec216e6b5cf439c265d8a43376.tar.gz
libmicrohttpd-a90099030e9aa0ec216e6b5cf439c265d8a43376.zip
Remove leftover "linux only" on epoll fd.
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 4aca3bea..128a91a7 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -2662,7 +2662,7 @@ was specified and a client needs to learn what port
2662is actually being used by MHD. 2662is actually being used by MHD.
2663No extra arguments should be passed. 2663No extra arguments should be passed.
2664 2664
2665@item MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY 2665@item MHD_DAEMON_INFO_EPOLL_FD
2666@cindex epoll 2666@cindex epoll
2667Request the file-descriptor number that MHD is using for epoll. If 2667Request the file-descriptor number that MHD is using for epoll. If
2668the build is not supporting epoll, NULL is returned; if we are using a 2668the build is not supporting epoll, NULL is returned; if we are using a