git: e45f7e92439d - stable/13 - acpi(4): mention NONE as possible setting for hw.acpi.power_button_state
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 20:45:45 UTC
The branch stable/13 has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=e45f7e92439d13514cbd6a1b40ed8654d687ca31 commit e45f7e92439d13514cbd6a1b40ed8654d687ca31 Author: Yuri Pankov <yuripv@FreeBSD.org> AuthorDate: 2021-04-11 20:17:06 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2022-08-16 20:45:01 +0000 acpi(4): mention NONE as possible setting for hw.acpi.power_button_state Reviewed by: manpages (gbe) Differential Revision: https://reviews.freebsd.org/D29577 (cherry picked from commit 970ffdcefe89c6814f14e2dd59565346e32f8c18) --- share/man/man4/acpi.4 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 7a71e7668e4b..a7b943951895 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -126,14 +126,17 @@ with legacy rebooting support. .It Va hw.acpi.lid_switch_state Suspend state .Pq Li S1 Ns \[en] Ns Li S5 -to enter when the lid switch (i.e., a notebook screen) is closed. -Default is +to enter when the lid switch (i.e., a notebook screen) is closed, or .Dq Li NONE -(do nothing). +.Pq do nothing . +Default is +.Dq Li NONE . .It Va hw.acpi.power_button_state Suspend state .Pq Li S1 Ns \[en] Ns Li S5 -to enter when the power button is pressed. +to enter when the power button is pressed, or +.Dq Li NONE +.Pq do nothing . Default is .Li S5 (power-off nicely).