Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 20:19:37 GMT
From:      Yuri Pankov <yuripv@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 970ffdcefe89 - main - acpi(4): mention NONE as possible setting for hw.acpi.power_button_state
Message-ID:  <202104112019.13BKJbhl048363@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuripv:

URL: https://cgit.FreeBSD.org/src/commit/?id=970ffdcefe89c6814f14e2dd59565346e32f8c18

commit 970ffdcefe89c6814f14e2dd59565346e32f8c18
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2021-04-11 20:17:06 +0000
Commit:     Yuri Pankov <yuripv@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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104112019.13BKJbhl048363>