summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-03 15:55:23 -0500
committerJune McEnroe <june@causal.agency>2019-11-03 15:55:23 -0500
commit3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b (patch)
treea47bc1d12365cd460880df401c9a71388f99d368 /pounce.1
parentSet up /var/run/calico and /usr/local/etc/pounce (diff)
downloadpounce-3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b.tar.gz
pounce-3c6b153c69f9cf5e1582a44e8ff79c9476a18e5b.zip
Append bindHost to bindPath if it is a directory
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.110
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
it/edit.h?id=157be8a8d72f17b4c56fc64c1659ac7b1cac22df&follow=1'>Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe