aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.3
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-26 16:57:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-26 16:57:47 +0000
commit761267757c03f8c05c21d377a7fd24a70d7a0363 (patch)
treebbcc625f95dd672beba3f789ee799f15104a0753 /doc/libmicrohttpd.3
parent8157744d45ee018ab325ff5a16be1212cd7e8f58 (diff)
downloadlibmicrohttpd-761267757c03f8c05c21d377a7fd24a70d7a0363.tar.gz
libmicrohttpd-761267757c03f8c05c21d377a7fd24a70d7a0363.zip
ready for 0.9.0
Diffstat (limited to 'doc/libmicrohttpd.3')
-rw-r--r--doc/libmicrohttpd.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index e172e835..85506c6e 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -3,10 +3,10 @@
3GNU libmicrohttpd \- library for embedding HTTP servers 3GNU libmicrohttpd \- library for embedding HTTP servers
4.SH "SYNOPSIS" 4.SH "SYNOPSIS"
5 5
6\fB#include <sys/types.h> 6 \fB#include <sys/types.h>
7\fB#include <sys/select.h> 7 \fB#include <sys/select.h>
8\fB#include <sys/socket.h> 8 \fB#include <sys/socket.h>
9\fB#include <microhttpd.h> 9 \fB#include <microhttpd.h>
10 10
11.SH "DESCRIPTION" 11.SH "DESCRIPTION"
12.P 12.P
@@ -31,10 +31,10 @@ libmicrohttpd.so
31libmicrohttpd library 31libmicrohttpd library
32 32
33.SH "REPORTING BUGS" 33.SH "REPORTING BUGS"
34Report bugs by using mantis <https://gnunet.org/mantis/>. 34Report bugs by using mantis <https://gnunet.org/bugs/>.
35 35
36.SH "AUTHORS" 36.SH "AUTHORS"
37GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The original implementation was done by Daniel Pittman <depittman@gmail.com> and Christian Grothoff. SSL/TLS support was added by Sagie Amir using code from gnutls. See the AUTHORS file in the distribution for a more detailed list of contributors. 37GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The original implementation was done by Daniel Pittman <depittman@gmail.com> and Christian Grothoff. SSL/TLS support was added by Sagie Amir using code from GnuTLS. See the AUTHORS file in the distribution for a more detailed list of contributors.
38 38
39.SH "AVAILABILITY" 39.SH "AVAILABILITY"
40You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/. 40You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.