diff options
author | June McEnroe <june@causal.agency> | 2021-10-15 17:41:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-15 17:48:49 -0400 |
commit | 39f61c3cdd583a02a12d6c14ac5bf039c5407096 (patch) | |
tree | b851c0bdfc2f4c4456b724017d6771e8afcb8bbb | |
parent | Note TLS certificate requirement early in manual (diff) | |
download | pounce-39f61c3cdd583a02a12d6c14ac5bf039c5407096.tar.gz pounce-39f61c3cdd583a02a12d6c14ac5bf039c5407096.zip |
Prefix example commands with $ prompt
Diffstat (limited to '')
-rw-r--r-- | calico.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calico.1 b/calico.1 index a21e3a7..92d2fef 100644 --- a/calico.1 +++ b/calico.1 @@ -70,9 +70,9 @@ UNIX-domain sockets. Start and dispatch to two instances of .Xr pounce 1 : .Bd -literal -offset indent -pounce -U /var/run/calico -H oftc.example.org oftc.conf -pounce -U /var/run/calico -H libera.example.org libera.conf -calico -H example.org /var/run/calico +$ pounce -U /var/run/calico -H oftc.example.org oftc.conf +$ pounce -U /var/run/calico -H libera.example.org libera.conf +$ calico -H example.org /var/run/calico .Ed .Pp The two instances can be connected to via |