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/s6-linux-init-hpr.html | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
(limited to 'doc/s6-linux-init-hpr.html')
diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html
index 304ed35..5f09574 100644
--- a/doc/s6-linux-init-hpr.html
+++ b/doc/s6-linux-init-hpr.html
@@ -22,8 +22,9 @@
s6-linux-init-hpr triggers the software shutdown procedure,
or, with the -f option, it perform an immediate hardware shutdown.
-It is normally invoked as /sbin/halt, /sbin/poweroff or
-/sbin/reboot.
+It is normally invoked through halt, poweroff or
+reboot wrappers created by
+s6-linux-init-maker.
Interface
@@ -33,7 +34,7 @@ It is normally invoked as /sbin/halt, /sbin/poweroff or
- - If the -f option is present, the hardware command is executed immediately.
+ - If the -f option is present, the system is stopped or rebooted immediately.
- Else, the machine's shutdown procedure is started.
- The command exits 0; the shutdown procedure happens asynchronously.
@@ -45,14 +46,6 @@ It is normally invoked as /sbin/halt, /sbin/poweroff or
-h, -p or -r options.
- Exit codes
-
-
- - 0: shutdown procedure triggered.
- - 100: wrong usage, or user does not have root privileges.
- - 111: system call failed.
-
-
Options