summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpiconf
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-09-16 12:11:25 +0000
committertakawata <takawata@FreeBSD.org>2002-09-16 12:11:25 +0000
commit8ed6aafe9dde96d2513c71d050fc59ea183d2da1 (patch)
tree1f7b80707ae671a7ee6560fad06f2e1cf571c989 /usr.sbin/acpi/acpiconf
parent155577bd7abca74322df2806b813641c5b179efb (diff)
downloadFreeBSD-src-8ed6aafe9dde96d2513c71d050fc59ea183d2da1.zip
FreeBSD-src-8ed6aafe9dde96d2513c71d050fc59ea183d2da1.tar.gz
Add sleep state explanation.
Requested by: murray at Cafe in Tokyo.
Diffstat (limited to 'usr.sbin/acpi/acpiconf')
-rw-r--r--usr.sbin/acpi/acpiconf/acpiconf.814
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/acpi/acpiconf/acpiconf.8 b/usr.sbin/acpi/acpiconf/acpiconf.8
index 71ea381..0860fe4 100644
--- a/usr.sbin/acpi/acpiconf/acpiconf.8
+++ b/usr.sbin/acpi/acpiconf/acpiconf.8
@@ -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 ,
OpenPOWER on IntegriCloud