diff options
author | jkim <jkim@FreeBSD.org> | 2015-09-22 16:35:32 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-09-22 16:35:32 +0000 |
commit | d8c7e0bbface2cf177a290060437aee7d04a0c09 (patch) | |
tree | 73fb7b35dd8699157bbb3f05a3fcd1bf91b2dd3e /usr.sbin | |
parent | 6aeac4c27b3670468c9657578f994396ba963750 (diff) | |
download | FreeBSD-src-d8c7e0bbface2cf177a290060437aee7d04a0c09.zip FreeBSD-src-d8c7e0bbface2cf177a290060437aee7d04a0c09.tar.gz |
Remove unsupported S5 (power off) state since r170976.
Reported by: Iam Smith (smithi at nimnet dot asn dot au)
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/acpi/acpiconf/acpiconf.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/acpi/acpiconf/acpiconf.8 b/usr.sbin/acpi/acpiconf/acpiconf.8 index 805e090..07862d7 100644 --- a/usr.sbin/acpi/acpiconf/acpiconf.8 +++ b/usr.sbin/acpi/acpiconf/acpiconf.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 10, 2014 +.Dd September 22, 2015 .Dt ACPICONF 8 .Os .Sh NAME @@ -62,11 +62,9 @@ Recognized types are (not implemented on most systems but similar to S1), .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 -(soft off). +.Cm 4 +(the CPU context is lost and memory context is stored to disk). Sleep states may also be given as S1, S2, etc. The supported states depend on BIOS implementation, including ACPI byte code (AML). |