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>
This commit is contained in:
Christian Grothoff
2011-06-09 15:53:14 +00:00
parent c95bec7b8d
commit 2f9cdec6ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ the percent sign).
@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.
+1 -1
View File
@@ -306,7 +306,7 @@ extern "C"
/**
* 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>
*