Add sleep state explanation.

Requested by: murray at Cafe in Tokyo.
This commit is contained in:
Takanori Watanabe 2002-09-16 12:11:25 +00:00
parent 4d783ded07
commit 50e7eeb7ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103400

View File

@ -53,12 +53,18 @@ Displays a summary of available options.
.It Fl s Ar type
Enters the specified sleep mode.
Recognized types are
.Cm 1 ,
.Cm 1
(Only the CPU clock is stopped),
.Cm 2 ,
.Cm 3 ,
.Cm 4 ,
.Cm 3
(The CPU context is lost and memory context is preserved),
.Cm 4
(The CPU context is lost and memory context is stored to disk)
and
.Cm 5 .
.Cm 5
(Soft off).
The supported states depend on BIOS implementation, including ACPI
byte code(AML).
.El
.Sh SEE ALSO
.Xr acpi 4 ,