commit ce77dd79624177387dbfc95cabae7c851b51b7fb
Author: Laslo Hunhold <[email protected]>
AuthorDate: Tue Aug 18 08:46:52 2020 +0200
Commit: Laslo Hunhold <[email protected]>
CommitDate: Tue Aug 18 08:46:52 2020 +0200
Update manpage to list capabilities and behaviour
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/quark.1 b/quark.1
index a86f8e7..7188df2 100644
--- a/quark.1
+++ b/quark.1
@@ -1,4 +1,4 @@
-.Dd 2019-02-24
+.Dd 2020-08-18
.Dt QUARK 1
.Os suckless.org
.Sh NAME
@@ -30,6 +30,15 @@
.Sh DESCRIPTION
.Nm
is a simple HTTP GET/HEAD-only web server for static content.
+It supports virtual hosts (see
+.Fl v ) ,
+explicit redirects (see
+.Fl m ) ,
+directory listings (see
+.Fl l ) ,
+conditional "If-Modified-Since"-requests (RFC 7232), range requests
+(RFC 7233) and well-known URIs (RFC 8615), while refusing to serve
+hidden files and directories.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl d Ar dir