httpserve

simple static HTTP server
git clone git://git.rr3.xyz/httpserve
Log | Files | Refs | README | LICENSE

commit b66af52007e47607402af991471f4963d9a17e7f
parent 42d58de44d9aeb3b5310612816d0021b22048cf8
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Tue, 16 Jul 2024 22:26:10 -0700

Reword man page

Diffstat:
Mhttpserve.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpserve.1 b/httpserve.1 @@ -9,7 +9,7 @@ httpserve \- simple static HTTP server \fBtlsrp\fR \fBunix\fR \fIpath\fR \fIroot\fR .fi .SH DESCRIPTION -httpserve serves static content on the indicated TCP or Unix address. For TCP, +httpserve serves static content on the given TCP or Unix address. For TCP, \fIhost\fR defaults to all available unicast and anycast IP addresses of the local system, and \fIport\fR defaults to being automatically chosen (and logged to stderr).