From 970ffdcefe89c6814f14e2dd59565346e32f8c18 Mon Sep 17 00:00:00 2001 From: Yuri Pankov <yuripv@FreeBSD.org> Date: Sun, 11 Apr 2021 23:17:06 +0300 Subject: [PATCH] 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).