diff options
author | June McEnroe <june@causal.agency> | 2019-11-18 02:07:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-18 02:07:50 -0500 |
commit | 794dba8e97cc19c779b67b067280c7ed9207618c (patch) | |
tree | afe0a446c9f5bd5ac1a8010c7bfdae84ae93492c | |
parent | Remove ISUPPORT draft reference (diff) | |
download | pounce-794dba8e97cc19c779b67b067280c7ed9207618c.tar.gz pounce-794dba8e97cc19c779b67b067280c7ed9207618c.zip |
Document accept and exit behavior
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pounce.1 b/pounce.1 index 9a4ee36..90d1f96 100644 --- a/pounce.1 +++ b/pounce.1 @@ -245,6 +245,14 @@ for use with .El . .Pp +Client connections are not accepted +until successful login to the server. +If the server connection is lost, +the +.Nm +daemon exits. +. +.Pp Upon receiving the .Dv SIGUSR1 signal, |