commit e1441d674533e04091d21ab547cb3b8e2689e69f
parent 3e7c1055a137df2d551336b3936ba388a829f826
Author: Robert Russell <robertrussell.72001@gmail.com>
Date: Wed, 17 Jul 2024 16:15:12 -0700
Update man page to meet conventions
See man-pages(7).
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README b/README
@@ -1,4 +1,4 @@
-HTTPSERVE(1) User Commands HTTPSERVE(1)
+HTTPSERVE(1) User Commands HTTPSERVE(1)
NAME
httpserve - simple static HTTP server
@@ -8,9 +8,9 @@ SYNOPSIS
tlsrp unix path root
DESCRIPTION
- httpserve serves static content on the given TCP or Unix address. For
- TCP, host defaults to all available unicast and anycast IP addresses of
- the local system, and port defaults to being automatically chosen (and
- logged to stderr).
+ httpserve serves static content out of root on the given TCP or Unix
+ address. For TCP, host defaults to all available unicast and anycast IP
+ addresses of the local system, and port defaults to being automatically
+ chosen (and logged to stderr).
-httpserve 2024-07-16 HTTPSERVE(1)
+httpserve 2024-07-16 HTTPSERVE(1)
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 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).
+\fBhttpserve\fR serves static content out of \fIroot\fR 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).