Document exit status
parent
ed52ade739
commit
357ded8958
12
catgirl.1
12
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
|
||||
|
|
Loading…
Reference in New Issue