diff options
Diffstat (limited to '')
-rw-r--r-- | torus.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/torus.1 b/torus.1 index 52f12db..6bad6be 100644 --- a/torus.1 +++ b/torus.1 @@ -13,6 +13,7 @@ .Sh SYNOPSIS .Nm server .Op Fl d Ar data +.Op Fl p Ar pidfile .Op Fl s Ar sock . .Nm client @@ -97,6 +98,10 @@ The default path is .It Fl h Write help page data to standard output and exit. . +.It Fl p Ar pidfile +Daemonize and write PID to +.Ar pidfile . +. .It Fl s Ar sock Set path to UNIX-domain socket. The default path is |