Sun Apr 24 07:19:00 2011 UTC ()
List myself as a contributor.


(jmmv)
diff -r1.28 -r1.29 src/libexec/httpd/bozohttpd.8

cvs diff -r1.28 -r1.29 src/libexec/httpd/bozohttpd.8 (expand / switch to unified diff)

--- src/libexec/httpd/bozohttpd.8 2011/04/24 07:17:02 1.28
+++ src/libexec/httpd/bozohttpd.8 2011/04/24 07:18:59 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: bozohttpd.8,v 1.28 2011/04/24 07:17:02 jmmv Exp $ 1.\" $NetBSD: bozohttpd.8,v 1.29 2011/04/24 07:18:59 jmmv Exp $
2.\" 2.\"
3.\" $eterna: bozohttpd.8,v 1.99 2010/09/20 22:26:28 mrg Exp $ 3.\" $eterna: bozohttpd.8,v 1.99 2010/09/20 22:26:28 mrg Exp $
4.\" 4.\"
5.\" Copyright (c) 1997-2010 Matthew R. Green 5.\" Copyright (c) 1997-2010 Matthew R. Green
6.\" All rights reserved. 6.\" All rights reserved.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -16,27 +16,27 @@ @@ -16,27 +16,27 @@
16.\" 16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 22.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 23.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 24.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE. 27.\" SUCH DAMAGE.
28.\" 28.\"
29.Dd April 23, 2011 29.Dd April 24, 2011
30.Dt HTTPD 8 30.Dt HTTPD 8
31.Os 31.Os
32.Sh NAME 32.Sh NAME
33.Nm httpd 33.Nm httpd
34.Nd hyper text transfer protocol version 1.1 daemon 34.Nd hyper text transfer protocol version 1.1 daemon
35.Sh SYNOPSIS 35.Sh SYNOPSIS
36.Nm 36.Nm
37.Op Fl befHnrsuVX 37.Op Fl befHnrsuVX
38.Op Fl C Ar suffix cgihandler 38.Op Fl C Ar suffix cgihandler
39.Op Fl c Ar cgibin 39.Op Fl c Ar cgibin
40.Op Fl I Ar port 40.Op Fl I Ar port
41.Op Fl i Ar address 41.Op Fl i Ar address
42.Op Fl M Ar suffix type encoding encoding11 42.Op Fl M Ar suffix type encoding encoding11
@@ -584,25 +584,27 @@ implemented If-Modified-Since support @@ -584,25 +584,27 @@ implemented If-Modified-Since support
584.It 584.It
585ISIHARA Takanori 585ISIHARA Takanori
586.Aq ishit@oak.dti.ne.jp 586.Aq ishit@oak.dti.ne.jp
587provided a man page fix 587provided a man page fix
588.It 588.It
589Holger Weiss 589Holger Weiss
590.Aq holger@CIS.FU-Berlin.DE 590.Aq holger@CIS.FU-Berlin.DE
591provided http authorisation fixes 591provided http authorisation fixes
592.It 592.It
593.Aq xs@kittenz.org 593.Aq xs@kittenz.org
594provided chroot and change-to-user support, and other various fixes 594provided chroot and change-to-user support, and other various fixes
595.It 595.It
596Coyote Point provided various CGI fixes 596Coyote Point provided various CGI fixes
 597.It
 598Julio Merino added pidfile support and provided some man page fixes
597.El 599.El
598.Pp 600.Pp
599There are probably others I have forgotten (let me know if you care) 601There are probably others I have forgotten (let me know if you care)
600.Pp 602.Pp
601Please send all updates to 603Please send all updates to
602.Nm 604.Nm
603to 605to
604.Aq mrg@eterna.com.au 606.Aq mrg@eterna.com.au
605for inclusion in future releaases. 607for inclusion in future releaases.
606.Sh BUGS 608.Sh BUGS
607.Nm 609.Nm
608does not handle HTTP/1.1 chunked input from the client yet. 610does not handle HTTP/1.1 chunked input from the client yet.