aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-09 15:53:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-09 15:53:14 +0000
commit2f9cdec6ae1cc3d716606c017d595b2dea90bc22 (patch)
tree5138a734e8f1097bffb2aaa04e7660455a4418e4 /src
parentc95bec7b8d3b1427907910f868cf2309f9cca186 (diff)
downloadlibmicrohttpd-2f9cdec6ae1cc3d716606c017d595b2dea90bc22.tar.gz
libmicrohttpd-2f9cdec6ae1cc3d716606c017d595b2dea90bc22.zip
From:
Jim Meyering <jim@meyering.net> To: libmicrohttpd@gnu.org Date: Today 10:17:27 I sent this change before, along with the s/are/is/ change, but I guess you didn't see it: Index: doc/microhttpd.texi =================================================================== --- doc/microhttpd.texi (revision 15482) +++ doc/microhttpd.texi (working copy) @@ -269,7 +269,7 @@ @deftp {Enumeration} MHD_FLAG Options for the @mhd{} daemon. -Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor +Note that if neither @code{MHD_USE_THREAD_PER_CONNECTION} nor @code{MHD_USE_SELECT_INTERNALLY} is used, the client wants control over the process and will call the appropriate microhttpd callbacks. Index: src/include/microhttpd.h =================================================================== --- src/include/microhttpd.h (revision 15482) +++ src/include/microhttpd.h (working copy) @@ -306,7 +306,7 @@ /** * Options for the MHD daemon. Note that if neither - * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is + * MHD_USE_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is * used, the client wants control over the process and will call the * appropriate microhttpd callbacks.<p>
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7ecdb3a6..27d3d40b 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 is 309 * MHD_USE_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 *