From f965cea7b39710d8e0209310bf07d6cbfa8fe002 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 20 Sep 2021 16:32:59 -0400 Subject: Replace kqueue with poll, remove libutil dependency This makes the server much more portable. --- torus.1 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'torus.1') diff --git a/torus.1 b/torus.1 index addbda8..9bf4b52 100644 --- a/torus.1 +++ b/torus.1 @@ -1,4 +1,4 @@ -.Dd January 8, 2019 +.Dd September 20, 2021 .Dt torus 1 .Os "Causal Agency" . @@ -113,8 +113,6 @@ Run a FastCGI worker for use with .It Fl p Ar pidfile Daemonize and write PID to .Ar pidfile . -Only available on -.Fx . . .It Fl s Ar sock Set path to UNIX-domain socket. @@ -129,11 +127,6 @@ Set tile Y coordinate to render. .El . .Sh IMPLEMENTATION NOTES -This software targets -.Fx -and Darwin. -. -.Pp .Pa help.h contains tile data for the help page and can be generated from the first tile of -- cgit 1.4.1