aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/microhttpd.texi2
-rw-r--r--src/include/microhttpd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index e96ef842..d9ccda4c 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -270,7 +270,7 @@ the percent sign).
270Options for the @mhd{} daemon. 270Options for the @mhd{} daemon.
271 271
272Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor 272Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor
273@code{MHD_USE_SELECT_INTERNALLY} are used, the client wants control over 273@code{MHD_USE_SELECT_INTERNALLY} is used, the client wants control over
274the process and will call the appropriate microhttpd callbacks. 274the process and will call the appropriate microhttpd callbacks.
275 275
276Starting the daemon may also fail if a particular option is not 276Starting the daemon may also fail if a particular option is not
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b2ab1c33..0bc8902e 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -306,7 +306,7 @@ extern "C"
306 306
307/** 307/**
308 * Options for the MHD daemon. Note that if neither 308 * Options for the MHD daemon. Note that if neither
309 * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY are 309 * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is
310 * used, the client wants control over the process and will call the 310 * used, the client wants control over the process and will call the
311 * appropriate microhttpd callbacks.<p> 311 * appropriate microhttpd callbacks.<p>
312 * 312 *