diff options
author | June McEnroe <june@causal.agency> | 2019-11-03 15:55:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-03 15:55:23 -0500 |
commit | 3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b (patch) | |
tree | a47bc1d12365cd460880df401c9a71388f99d368 /pounce.1 | |
parent | Set up /var/run/calico and /usr/local/etc/pounce (diff) | |
download | pounce-3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b.tar.gz pounce-3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b.zip |
Append bindHost to bindPath if it is a directory
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 2a72854..cbe62b3 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd November 2, 2019 +.Dd November 3, 2019 .Dt POUNCE 1 .Os . @@ -107,6 +107,14 @@ Bind to a UNIX-domain socket at .Ar path . Clients are accepted as sent by .Xr calico 1 . +If +.Ar path +is a directory, +the +.Ar host +set by +.Fl H +is appended to it. This option takes precedence over .Fl H and |