Author: jkim
Date: Tue Sep 22 16:35:32 2015
New Revision: 288116
URL: https://svnweb.freebsd.org/changeset/base/288116

Log:
  Remove unsupported S5 (power off) state since r170976.
  
  Reported by:  Iam Smith (smithi at nimnet dot asn dot au)
  MFC after:    3 days

Modified:
  head/usr.sbin/acpi/acpiconf/acpiconf.8

Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8
==============================================================================
--- head/usr.sbin/acpi/acpiconf/acpiconf.8      Tue Sep 22 16:29:55 2015        
(r288115)
+++ head/usr.sbin/acpi/acpiconf/acpiconf.8      Tue Sep 22 16:35:32 2015        
(r288116)
@@ -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).
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to