about summary refs log tree commit diff homepage
path: root/torus.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-06 15:16:01 -0500
committerJune McEnroe <june@causal.agency>2019-01-06 15:16:01 -0500
commitc9350ab570b386f6db075ca15aa5b1b8d2e8685e (patch)
tree62a820ed0574933bab60b4afb014acd856a1ab8c /torus.1
parentAdd cap_rights_limit calls to client and server (diff)
downloadtorus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.tar.gz
torus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.zip
Add kcgi support to image
Diffstat (limited to 'torus.1')
-rw-r--r--torus.112
1 files changed, 12 insertions, 0 deletions
diff --git a/torus.1 b/torus.1
index cf4f702..610ad9c 100644
--- a/torus.1
+++ b/torus.1
@@ -21,6 +21,7 @@
 .Op Fl s Ar sock
 .
 .Nm image
+.Op Fl k
 .Op Fl d Ar data
 .Op Fl f Ar font
 .Op Fl x Ar x
@@ -51,6 +52,13 @@ interface.
 renders a tile from a data file
 using a PSF2 font
 to PNG on standard output.
+To build with
+.Xr kcgi 3
+support,
+copy
+.Pa kcgi.mk
+to
+.Pa config.mk .
 .
 .Pp
 .Nm meta
@@ -98,6 +106,10 @@ The default path is
 .It Fl h
 Write help page data to standard output and exit.
 .
+.It Fl k
+Run a FastCGI worker for use with
+.Xr kfcgi 8 .
+.
 .It Fl p Ar pidfile
 Daemonize and write PID to
 .Ar pidfile .