diff options
author | June McEnroe <june@causal.agency> | 2019-11-02 03:35:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-02 03:35:22 -0400 |
commit | f10b487a829a5241510c5fe54ccf6ca8b8a28c89 (patch) | |
tree | 0838b479ae8704640c4f7acb92889eb6cc796e1b /pounce.1 | |
parent | Add SNI socket dispatcher (diff) | |
download | pounce-f10b487a829a5241510c5fe54ccf6ca8b8a28c89.tar.gz pounce-f10b487a829a5241510c5fe54ccf6ca8b8a28c89.zip |
Document pounce -U flag
Not yet implemented.
Diffstat (limited to 'pounce.1')
-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 |