mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
doc: foot.1 footclient.1: document exit status
This commit is contained in:
parent
da923100ca
commit
1cbbb62da0
2 changed files with 24 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ mode.
|
|||
|
||||
Running it without arguments will open a new terminal window (hosted
|
||||
in the foot server), with your default shell. The exit code will be
|
||||
that of the terminal (thus, *footclient* does not exit until the
|
||||
terminal has terminated).
|
||||
that of the terminal. I.e *footclient* does not exit until the
|
||||
terminal has terminated.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
@ -74,6 +74,20 @@ terminal has terminated).
|
|||
*-v*,*--version*
|
||||
Show the version number and quit
|
||||
|
||||
# EXIT STATUS
|
||||
|
||||
Footlient will exit with code 220 if there is a failure in footclient
|
||||
itself (for example, the server socket does not exist).
|
||||
|
||||
If *-N*,*--no-wait* is used, footclient exits with code 0 as soon as
|
||||
the foot server has been instructed to open a new window.
|
||||
|
||||
If not, footclient may also exit with code 230. This indicates a
|
||||
failure in the foot server.
|
||||
|
||||
In all other cases the exit code is that of the client application
|
||||
(i.e. the shell).
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
*foot*(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue