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 +++-- doc/s6-linux-init-hpr.html | 15 ++++-------- doc/s6-linux-init-logouthookd.html | 14 +++++++++++ doc/s6-linux-init-maker.html | 15 ++++++------ doc/s6-linux-init-shutdown.html | 49 +++++++++++++++++++++++++++++++++----- doc/s6-linux-init-shutdownd.html | 7 ------ doc/s6-linux-init-telinit.html | 12 ++++++++++ doc/s6-linux-init-umountall.html | 11 +++++++-- doc/s6-linux-init.html | 19 ++++++++++----- doc/why.html | 2 +- 10 files changed, 108 insertions(+), 42 deletions(-) (limited to 'doc') 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).