| Summary: | Longterm error in acpiconf(8) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ian Smith <smithi> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | jkim, smithi |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
The manual page was updated in r288116, which just needs to be MFC'd to stable/ branches. CC'd committer of r288116. (In reply to Glen Barber from comment #1) Oh, I missed that. Thanks jkim! |
All versions of acpiconf(8) since at least 5.5 state that -s type may include sleep state 5 (soft off). This has not been the case since r170976 by njl, Jun 21 22:50:37 2007 when S5 was removed with comment: "* S5 (power off) is no longer supported via acpiconf -s 5 or via apm -z/-Z. This restores previous behaviour of halt/shutdown -p being the interface." Ignoring tabbing and markup issues, I suggest this update: but similar to S1), 3 (the CPU context is lost and memory con- - text is preserved), 4 (the CPU context is lost and memory con- - text is stored to disk) and 5 (soft off). Sleep states may also + text is preserved) and 4 (the CPU context is lost and memory + context is stored to disk, if supported). Sleep states may also be given as S1, S2, etc. The supported states depend on BIOS Small beer.