Files
libmicrohttpd/doc
Christian Grothoff 2f9cdec6ae 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>
2011-06-09 15:53:14 +00:00
..
2011-03-03 18:18:28 +00:00
ex
2011-03-03 18:22:06 +00:00
2011-01-10 13:11:13 +00:00
2009-10-11 13:25:48 +00:00
2008-11-04 06:50:27 +00:00
2008-03-30 04:36:05 +00:00
2011-01-10 13:11:13 +00:00
2010-09-23 07:35:19 +00:00
2011-06-09 15:53:14 +00:00
2010-01-18 07:58:14 +00:00