diff options
author | June McEnroe <june@causal.agency> | 2018-10-20 15:45:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-20 15:45:58 -0400 |
commit | ca58a350958105f5529fb14504f4e229b675e39f (patch) | |
tree | dc09e97b4aa4cb8c2eede715cf0b7f0c8f4e1c5d /torus.1 | |
parent | Add server daemonization (diff) | |
download | torus-ca58a350958105f5529fb14504f4e229b675e39f.tar.gz torus-ca58a350958105f5529fb14504f4e229b675e39f.zip |
Only use pidfile(3) on FreeBSD
Diffstat (limited to '')
-rw-r--r-- | torus.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/torus.1 b/torus.1 index 6bad6be..cf4f702 100644 --- a/torus.1 +++ b/torus.1 @@ -101,6 +101,8 @@ Write help page data to standard output and exit. .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. |