add man pages + add -n option to nobotgate-access

This commit is contained in:
kento2 2026-09-09 03:26:53 +02:00
parent 107ec67105
commit 26aa9c3b7e
4 changed files with 57 additions and 4 deletions

13
doc/nobotgate-access.1 Normal file
View 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)