diff options
author | June McEnroe <june@causal.agency> | 2020-02-15 04:28:57 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-15 04:28:57 -0500 |
commit | 357ded8958bfaefaa02a57fa71de7857602fdb9b (patch) | |
tree | 59e7755c7f8c803fe179d115be424c47ed841601 /catgirl.1 | |
parent | Add /kick (diff) | |
download | catgirl-357ded8958bfaefaa02a57fa71de7857602fdb9b.tar.gz catgirl-357ded8958bfaefaa02a57fa71de7857602fdb9b.zip |
Document exit status
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 86bf53d..f1b816d 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 14, 2020 +.Dd February 15, 2020 .Dt CATGIRL 1 .Os . @@ -478,6 +478,16 @@ usually The most likely location of save files. .El . +.Sh EXIT STATUS +The +.Nm +client exits 0 +if requested by the user, +.Dv EX_UNAVAILABLE +(69) +if the connection is lost, +and >0 if an error occurs. +. .Sh EXAMPLES Command line: .Bd -literal -offset indent |