diff options
author | June McEnroe <june@causal.agency> | 2021-10-07 14:38:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-07 14:41:59 -0400 |
commit | 9420bcc0835c0ee35d0ad50bf1f2685823892c5f (patch) | |
tree | 47f2045bda739918cf73841264ff0c128915a592 | |
parent | Refer to long option names rather than flags (diff) | |
download | pounce-9420bcc0835c0ee35d0ad50bf1f2685823892c5f.tar.gz pounce-9420bcc0835c0ee35d0ad50bf1f2685823892c5f.zip |
Don't call pounce a daemon
-rw-r--r-- | calico.1 | 2 | ||||
-rw-r--r-- | pounce.1 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/calico.1 b/calico.1 index f4b5013..fac2f30 100644 --- a/calico.1 +++ b/calico.1 @@ -16,7 +16,7 @@ .Sh DESCRIPTION The .Nm -daemon +program dispatches incoming TLS connections to instances of .Xr pounce 1 diff --git a/pounce.1 b/pounce.1 index b484e8d..9f5fdd0 100644 --- a/pounce.1 +++ b/pounce.1 @@ -54,7 +54,7 @@ .Sh DESCRIPTION The .Nm -daemon +program is a multi-client, TLS-only IRC bouncer. It maintains a persistent connection to an IRC server while allowing clients to connect and disconnect, @@ -92,7 +92,7 @@ until successful login to the server. If the server connection is lost, the .Nm -daemon exits. +process exits. . .Pp Options can be loaded from @@ -786,7 +786,7 @@ indicate if capabilities MUST NOT have values. The .Nm -daemon parses +implementation parses .Ql CAP REQ values in the same way as .Ql CAP LS @@ -808,13 +808,13 @@ One instance of is required for each server connection. The .Nm -daemon must be restarted +process must be restarted if the server connection is lost. . .Pp The .Nm -daemon makes no distinction between channels. +bouncer makes no distinction between channels. Elevated activity in one channel may push messages from a quieter channel out of the buffer. |