diff options
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 454361b..265ec91 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd October 30, 2019 +.Dd November 1, 2019 .Dt POUNCE 1 .Os . @@ -15,6 +15,7 @@ .Op Fl K Ar path .Op Fl P Ar port .Op Fl Q Ar mesg +.Op Fl U Ar path .Op Fl W Ar pass .Op Fl a Ar auth .Op Fl f Ar path @@ -101,6 +102,16 @@ Quit with message .Ar mesg when shutting down. . +.It Fl U Ar path , Cm bind-unix = Ar path +Bind to a UNIX-domain socket at +.Ar path . +Clients are accepted as sent by +.Xr calico 1 . +This option takes precedence over +.Fl H +and +.Fl P . +. .It Fl W Ar pass , Cm client-pass = Ar pass Require the server password .Ar pass @@ -201,6 +212,9 @@ host = chat.freenode.net join = #ascii.town .Ed . +.Sh SEE ALSO +.Xr calico 1 +. .Sh STANDARDS The .Nm |