aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 39d5013f..df223a6a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2719,7 +2719,7 @@ MHD_add_connection (struct MHD_Daemon *daemon,
2719 * before calling this function. FD_SETSIZE is assumed 2719 * before calling this function. FD_SETSIZE is assumed
2720 * to be platform's default. 2720 * to be platform's default.
2721 * 2721 *
2722 * This function should only be called in when MHD is configured to 2722 * This function should only be called only when MHD is configured to
2723 * use "external" sockets polling with 'select()' or with 'epoll'. 2723 * use "external" sockets polling with 'select()' or with 'epoll'.
2724 * In the latter case, it will only add the single 'epoll' file 2724 * In the latter case, it will only add the single 'epoll' file
2725 * descriptor used by MHD to the sets. 2725 * descriptor used by MHD to the sets.
@@ -2760,7 +2760,7 @@ MHD_get_fdset (struct MHD_Daemon *daemon,
2760 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of 2760 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of
2761 * larger/smaller than platform's default fd_sets. 2761 * larger/smaller than platform's default fd_sets.
2762 * 2762 *
2763 * This function should only be called in when MHD is configured to 2763 * This function should only be called only when MHD is configured to
2764 * use "external" sockets polling with 'select()' or with 'epoll'. 2764 * use "external" sockets polling with 'select()' or with 'epoll'.
2765 * In the latter case, it will only add the single 'epoll' file 2765 * In the latter case, it will only add the single 'epoll' file
2766 * descriptor used by MHD to the sets. 2766 * descriptor used by MHD to the sets.
@@ -2801,7 +2801,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
2801 * before calling this function. Size of fd_set is 2801 * before calling this function. Size of fd_set is
2802 * determined by current value of FD_SETSIZE. 2802 * determined by current value of FD_SETSIZE.
2803 * 2803 *
2804 * This function should only be called in when MHD is configured to 2804 * This function should only be called only when MHD is configured to
2805 * use "external" sockets polling with 'select()' or with 'epoll'. 2805 * use "external" sockets polling with 'select()' or with 'epoll'.
2806 * In the latter case, it will only add the single 'epoll' file 2806 * In the latter case, it will only add the single 'epoll' file
2807 * descriptor used by MHD to the sets. 2807 * descriptor used by MHD to the sets.