libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4f019420382b6f1769670a1dcb9cf792924253d6
parent 31360bbd07d2a8b0f1f0af9dc66cc2c0cd879c00
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 17 Dec 2021 20:54:39 +0300

microhttpd.h: minor doxy fixes

Diffstat:
Msrc/include/microhttpd.h | 6+++---
Msrc/microhttpd/daemon.c | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -2743,7 +2743,7 @@ MHD_add_connection (struct MHD_Daemon *daemon, * before calling this function. FD_SETSIZE is assumed * to be platform's default. * - * This function should only be called only when MHD is configured to + * This function should be called only when MHD is configured to * use "external" sockets polling with 'select()' or with 'epoll'. * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. @@ -2784,7 +2784,7 @@ MHD_get_fdset (struct MHD_Daemon *daemon, * Passing custom FD_SETSIZE as @a fd_setsize allow usage of * larger/smaller than platform's default fd_sets. * - * This function should only be called only when MHD is configured to + * This function should be called only when MHD is configured to * use "external" sockets polling with 'select()' or with 'epoll'. * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. @@ -2825,7 +2825,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon, * before calling this function. Size of fd_set is * determined by current value of FD_SETSIZE. * - * This function should only be called only when MHD is configured to + * This function should be called only when MHD is configured to * use "external" sockets polling with 'select()' or with 'epoll'. * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -700,7 +700,7 @@ MHD_TLS_init (struct MHD_Daemon *daemon) * before calling this function. FD_SETSIZE is assumed * to be platform's default. * - * This function should only be called only when MHD is configured to + * This function should be called only when MHD is configured to * use "external" sockets polling with 'select()' or with 'epoll'. * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. @@ -1107,7 +1107,7 @@ internal_get_fdset2 (struct MHD_Daemon *daemon, * Passing custom FD_SETSIZE as @a fd_setsize allow usage of * larger/smaller than platform's default fd_sets. * - * This function should only be called only when MHD is configured to + * This function should be called only when MHD is configured to * use "external" sockets polling with 'select()' or with 'epoll'. * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets.