From 6f13cd197540af0bf5e87f87ab0e03548d9c5f64 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 27 Apr 2019 23:27:39 +0000 Subject: Doc fixes --- doc/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index a428ccf..83464df 100644 --- a/doc/index.html +++ b/doc/index.html @@ -148,8 +148,10 @@ the previous versions of s6-linux-init and the current one.

Commands

- All these commands exit 111 if they encounter a temporary error, and -100 if they encounter a permanent error - such as a misuse. + Unless more details are provided in an Exit codes section +of a specific page, all these commands exit 0 on success, 111 if they encounter a +temporary error (such as a system call failure) and 100 if they encounter a +permanent error (such as a misuse).