The branch main has been updated by yuripv: URL: https://cgit.FreeBSD.org/src/commit/?id=970ffdcefe89c6814f14e2dd59565346e32f8c18
commit 970ffdcefe89c6814f14e2dd59565346e32f8c18 Author: Yuri Pankov <yur...@freebsd.org> AuthorDate: 2021-04-11 20:17:06 +0000 Commit: Yuri Pankov <yur...@freebsd.org> CommitDate: 2021-04-11 20:17:06 +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 --- 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 8c221be870aa..bf3f5f4d4128 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). _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"