From e5048c6cd53c81e64bc5beaf9cc05549039c4188 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 22 Aug 1996 03:50:33 +0000 Subject: Some cleanups to the callout lists recently added. note that at_shutdown has a new parameter to indicate When during a shutdown the callout should be made. also add a RB_POWEROFF flag to reboot "howto" parameter.. tells the reboot code in our at_shutdown module to turn off the UPS and kill the power. bound to be useful eventually on laptops --- lib/libc/sys/reboot.2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/sys/reboot.2') diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index ad66ee5..d51468d 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -81,6 +81,9 @@ for more information. .It Dv RB_HALT the processor is simply halted; no reboot takes place. This option should be used with caution. +.It Dv RB_POWEROFF +After halting, the shutdown code will do what it can to turn +of the power. This requires hardware support. .It Dv RB_INITNAME An option allowing the specification of an init program (see .Xr init 8 ) -- cgit v1.1