add man pages + add -n option to nobotgate-access
This commit is contained in:
parent
107ec67105
commit
26aa9c3b7e
4 changed files with 57 additions and 4 deletions
13
doc/nobotgate-access.1
Normal file
13
doc/nobotgate-access.1
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.TH nobotgate-access 3
|
||||
.SH NAME
|
||||
nobotgate-access \- respond with http
|
||||
.SH SYNOPSIS
|
||||
nobotgate-access [-c] PROG ARGS
|
||||
.SH DESCRIPTION
|
||||
nobotgate-access is meant to run under a superserver such
|
||||
as tcpserver(1) or inetd(8). It reads http request headers
|
||||
from stdin(unless \-n is given), prints http response
|
||||
OK headers and finally exec's into PROG where the first
|
||||
argument is set to PROG and the remaining to ARGS.
|
||||
.SH "SEE ALSO"
|
||||
nobotgate(1), tcpserver(1), inetd(8)
|
||||
Loading…
Add table
Add a link
Reference in a new issue