diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svstat.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html index 5feef0f..bb3d66b 100644 --- a/doc/s6-svstat.html +++ b/doc/s6-svstat.html @@ -61,5 +61,14 @@ print the signal number. By default, a symbolic name for the signal will be printed instead. </li> </ul> +<h2> Exit codes </h2> + +<ul> + <li> 0: success </li> + <li> 1: s6-supervise not running on <em>servicedir</em> </li> + <li> 100: wrong usage </li> + <li> 111: system call failed </li> +</ul> + </body> </html> |