libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 05e64565fbfb1746d80e087aa38fa87c97f73b67
parent fccdf422268761a790a96e3066696b7835f5e7e5
Author: ng0 <ng0@n0.is>
Date:   Mon, 28 Oct 2019 00:06:09 +0000

libmicrohttpd.3: Use mdocml, adjust to some standards, fix some markup.

Diffstat:
Mdoc/libmicrohttpd.3 | 74++++++++++++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 42 insertions(+), 32 deletions(-)

diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3 @@ -1,35 +1,45 @@ -.TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd" -.SH "NAME" -libmicrohttpd \- library for embedding HTTP servers -.SH "SYNOPSIS" - - \fB#include <microhttpd.h> - -.SH "DESCRIPTION" -.P +.Dd June 21, 2013 +.Dt LIBMICROHTTPD 3 +.Os +.Sh NAME +.Nm libmicrohttpd +.Nd library for embedding HTTP servers +.Sh LIBRARY +.Lb libmicrohttpd +.Sh SYNOPSIS +.In microhttpd.h +.Sh DESCRIPTION GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package. -.P -The 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. -.P -.SH "SEE ALSO" -\fBcurl\fP(1), \fBlibcurl\fP(3) - -.SH "LEGAL NOTICE" -libmicrohttpd 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. - -.SH "FILES" -.TP -microhttpd.h +.sp +The 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. +.Sh LEGAL NOTICE +libmicrohttpd 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. +.Sh FILES +.Bl -tag -width /etc/ttys -compact +.It microhttpd.h libmicrohttpd include file -.TP -libmicrohttpd.so +.It libmicrohttpd.so libmicrohttpd library - -.SH "REPORTING BUGS" -Report bugs by using mantis <https://gnunet.org/bugs/>. - -.SH "AUTHORS" -GNU 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. - -.SH "AVAILABILITY" -You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/. +.El +.Sh SEE ALSO +.Xr curl 1 , +.Xr libcurl 3 , +info libmicrohttpd +.Sh AUTHORS +GNU +.Nm +was originally designed by +.An -nosplit +.An Christian Grothoff Aq Mt christian@grothoff.org +and +.An Chris GauthierDickey Aq Mt chrisg@cs.du.edu Ns . +The original implementation was done by +.An Daniel Pittman Aq Mt 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. +.Sh AVAILABILITY +You can obtain the latest version from +.Lk https://www.gnu.org/software/libmicrohttpd/ Ns . +.Sh BUGS +Report bugs by using +.Lk https://gnunet.org/bugs/ "Mantis" Ns .