aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-28 00:06:09 +0000
committerng0 <ng0@n0.is>2019-10-28 00:06:09 +0000
commit05e64565fbfb1746d80e087aa38fa87c97f73b67 (patch)
treef5d76346cd9453ecd4279d7ce19f46b155afda3d
parentfccdf422268761a790a96e3066696b7835f5e7e5 (diff)
downloadlibmicrohttpd-05e64565fbfb1746d80e087aa38fa87c97f73b67.tar.gz
libmicrohttpd-05e64565fbfb1746d80e087aa38fa87c97f73b67.zip
libmicrohttpd.3: Use mdocml, adjust to some standards, fix some markup.
-rw-r--r--doc/libmicrohttpd.374
1 files changed, 42 insertions, 32 deletions
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index 7dd81eb6..f9fae5db 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -1,35 +1,45 @@
1.TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd" 1.Dd June 21, 2013
2.SH "NAME" 2.Dt LIBMICROHTTPD 3
3libmicrohttpd \- library for embedding HTTP servers 3.Os
4.SH "SYNOPSIS" 4.Sh NAME
5 5.Nm libmicrohttpd
6 \fB#include <microhttpd.h> 6.Nd library for embedding HTTP servers
7 7.Sh LIBRARY
8.SH "DESCRIPTION" 8.Lb libmicrohttpd
9.P 9.Sh SYNOPSIS
10.In microhttpd.h
11.Sh DESCRIPTION
10GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package. 12GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
11.P 13.sp
12The details of the API are described in comments in the header file, a detailed reference documentation, a tutorial, and in brief on the MHD webpage. 14The details of the API are described in comments in the header file, a detailed reference documentation in Texinfo, a tutorial, and in brief on the MHD webpage.
13.P 15.Sh LEGAL NOTICE
14.SH "SEE ALSO" 16libmicrohttpd is released under both the LGPL Version 2.1 or higher and the GNU GPL with eCos extension. For details on both licenses please read the respective appendix in the Texinfo manual.
15\fBcurl\fP(1), \fBlibcurl\fP(3) 17.Sh FILES
16 18.Bl -tag -width /etc/ttys -compact
17.SH "LEGAL NOTICE" 19.It microhttpd.h
18libmicrohttpd is released under both the LGPL Version 2.1 or higher and the GNU GPL with eCos extension. For details on both licenses please read the respective appendix in the manual.
19
20.SH "FILES"
21.TP
22microhttpd.h
23libmicrohttpd include file 20libmicrohttpd include file
24.TP 21.It libmicrohttpd.so
25libmicrohttpd.so
26libmicrohttpd library 22libmicrohttpd library
27 23.El
28.SH "REPORTING BUGS" 24.Sh SEE ALSO
29Report bugs by using mantis <https://gnunet.org/bugs/>. 25.Xr curl 1 ,
30 26.Xr libcurl 3 ,
31.SH "AUTHORS" 27info libmicrohttpd
32GNU 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. 28.Sh AUTHORS
33 29GNU
34.SH "AVAILABILITY" 30.Nm
35You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/. 31was originally designed by
32.An -nosplit
33.An Christian Grothoff Aq Mt christian@grothoff.org
34and
35.An Chris GauthierDickey Aq Mt chrisg@cs.du.edu Ns .
36The original implementation was done by
37.An Daniel Pittman Aq Mt depittman@gmail.com
38and Christian Grothoff.
39SSL/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.
40.Sh AVAILABILITY
41You can obtain the latest version from
42.Lk https://www.gnu.org/software/libmicrohttpd/ Ns .
43.Sh BUGS
44Report bugs by using
45.Lk https://gnunet.org/bugs/ "Mantis" Ns .