diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-28 13:59:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-28 13:59:16 +0000 |
commit | 04b699857c141a93fc981b83ba02b452ce3a2ddc (patch) | |
tree | f22701124126003ef8f3bca685c94b0de0cd9dec /doc/index.html | |
parent | a4deb6285e4a3d4aa10fe1913e0be400ec4be25e (diff) | |
download | s6-04b699857c141a93fc981b83ba02b452ce3a2ddc.tar.xz |
Switch to xpathexec_*
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 79640dd..78bfead 100644 --- a/doc/index.html +++ b/doc/index.html @@ -130,10 +130,11 @@ the previous versions of s6 and the current one. </li> <h3> Commands </h3> <p> - All these commands exit 111 if they encounter a temporary error or -hardware error, and -100 if they encounter a permanent error - such as a misuse. Short-lived -commands exit 0 on success. + All these commands exit 111 if they encounter a temporary error, and +100 if they encounter a permanent error - such as a misuse. They exit +127 if they're trying to execute into a program and cannot find it, and +126 if they fail to execute into a program for another reason. +Short-lived commands exit 0 on success. </p> <h4> Supervision system </h4> |