From d18999790c462bc780bff457e6bb03cd88e488f3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 19 Mar 2016 12:33:27 +0000 Subject: Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed. Major version bump: rc for 2.1.0.0 --- doc/s6-halt.html | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'doc/s6-halt.html') diff --git a/doc/s6-halt.html b/doc/s6-halt.html index 5a2e45c..4837b86 100644 --- a/doc/s6-halt.html +++ b/doc/s6-halt.html @@ -5,7 +5,7 @@ s6-linux-utils: the s6-halt program - + @@ -19,19 +19,37 @@

The s6-halt program

-s6-halt syncs the filesystems and halts the machine -immediately, without switching the power off. -
This is different from the sysvinit halt -command, which is an alias for shutdown -h. The -s6-linux-utils s6-halt command is more or less equivalent to -sysvinit's halt -f. +s6-halt sends a signal to process 1 in order to halt the machine; +or, with the -f option, it performs an immediate hard shutdown.

Interface

-     s6-halt
+     s6-halt [ -h | -p | -r ] [ -f ]
 
+ + +

Options

+ + + -- cgit v1.2.3