aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.3
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-08-08 20:48:41 +0000
committerChristian Grothoff <christian@grothoff.org>2007-08-08 20:48:41 +0000
commit2d797e7b5e22d6502226e6cd9cf8eb2fc0a2454f (patch)
tree063338cdffdcc485e077d38a6441320d2dc6e5f7 /doc/libmicrohttpd.3
parent268f93a9686c899d954c1892ec62aefcaa6fc4a3 (diff)
downloadlibmicrohttpd-2d797e7b5e22d6502226e6cd9cf8eb2fc0a2454f.tar.gz
libmicrohttpd-2d797e7b5e22d6502226e6cd9cf8eb2fc0a2454f.zip
fixing 1261
Diffstat (limited to 'doc/libmicrohttpd.3')
-rw-r--r--doc/libmicrohttpd.334
1 files changed, 21 insertions, 13 deletions
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index 72c6a968..4480c93c 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -1,28 +1,36 @@
1.TH LIBMICROHTTPD 3 "Jan 12, 2007" 1.TH LIBMICROHTTPD "3" "08 Aug 2007" "libmicrohttpd"
2.SH NAME 2.SH "NAME"
3libmicrohttpd \- description 0.0.0 3libmicrohttpd \- library for embedding HTTP servers
4.SH SYNOPSIS 4.SH "SYNOPSIS"
5 5
6\fB#include <microhttpd.h> 6\fB#include <microhttpd.h>
7 7
8Insert API here. 8\fPInsert API here.
9 9
10.SH DESCRIPTION 10.SH "DESCRIPTION"
11.P 11.P
12Insert API description here. 12Insert API description here.
13 13
14.P 14.P
15.SH "SEE ALSO" 15.SH "SEE ALSO"
16fixme(1) 16\fBcurl\fP(1), \fBlibcurl\fP(3)
17 17
18.SH LEGAL NOTICE 18.SH "LEGAL NOTICE"
19libmicrohttpd is released under the GPL. 19libmicrohttpd is released under the GPL.
20 20
21.SH BUGS 21.SH "FILES"
22None, of course. 22.TP
23microhttpd.h
24libmicrohttpd include file
25.TP
26libmicrohttpd.so
27libmicrohttpd library
23 28
24.SH AUTHORS 29.SH "REPORTING BUGS"
25libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. 30Report bugs by using mantis <https://gnunet.org/mantis/>.
26 31
27.SH AVAILABILITY 32.SH "AUTHORS"
33libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The implementation was done by Daniel Pittman and Christian Grothoff.
34
35.SH "AVAILABILITY"
28You can obtain the latest version from http://gnunet.org/libmicrohttpd/. 36You can obtain the latest version from http://gnunet.org/libmicrohttpd/.