From 04b699857c141a93fc981b83ba02b452ce3a2ddc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Aug 2017 13:59:16 +0000 Subject: Switch to xpathexec_* --- doc/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/index.html') 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.

Commands

- 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.

Supervision system

-- cgit v1.3.1