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/index.html | 2 +- doc/s6-halt.html | 34 ++++++++++++++++++++++++++-------- doc/s6-poweroff.html | 37 ++++++++++++++++++++++++++----------- doc/s6-reboot.html | 36 ++++++++++++++++++++++++++---------- doc/upgrade.html | 10 ++++++++++ 5 files changed, 89 insertions(+), 30 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index fca89fa..f8e24f1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,7 +48,7 @@ library.

Download

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

+ + + diff --git a/doc/s6-poweroff.html b/doc/s6-poweroff.html index 13af3e5..5b0a4fc 100644 --- a/doc/s6-poweroff.html +++ b/doc/s6-poweroff.html @@ -5,7 +5,7 @@ s6-linux-utils: the s6-poweroff program - + @@ -19,22 +19,37 @@

The s6-poweroff program

-s6-poweroff syncs the filesystems and halts the machine -immediately, switching the power off if possible. -

- -

- This is different from the sysvinit poweroff -command, which performs shutdown. The -s6-linux-utils s6-poweroff command is more or less equivalent to -sysvinit's poweroff -f. +s6-poweroff sends a signal to process 1 in order to power off the machine; +or, with the -f option, it performs an immediate hard shutdown.

Interface

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

Options

+ + + diff --git a/doc/s6-reboot.html b/doc/s6-reboot.html index f8e9ccd..7f01260 100644 --- a/doc/s6-reboot.html +++ b/doc/s6-reboot.html @@ -5,7 +5,7 @@ s6-linux-utils: the s6-reboot program - + @@ -19,21 +19,37 @@

The s6-reboot program

-s6-reboot syncs the filesystems and reboots the machine -immediately. -

- -

This is different from the sysvinit reboot -command, which is an alias for shutdown -r. The -s6-linux-utils s6-reboot command is more or less equivalent to -sysvinit's reboot -f. +s6-reboot sends a signal to process 1 in order to reboot the machine; +or, with the -f option, it performs an immediate reboot.

Interface

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

Options

+ + + diff --git a/doc/upgrade.html b/doc/upgrade.html index f8be8a8..e6930ed 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@

What has changed in s6-linux-utils

+

in 2.1.0.0

+ + +

in 2.0.2.3