Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 19:13:25 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e8e8c6c2bf32 - stable/13 - powerd(8): Add rc.conf(5) to see also
Message-ID:  <202111101913.1AAJDPx5014916@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by ygy (doc, ports committer):

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

commit e8e8c6c2bf3279d2e12f6a89dfbe9452824a3cb3
Author:     Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2021-11-07 02:39:23 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-11-10 19:12:59 +0000

    powerd(8): Add rc.conf(5) to see also
    
    powerd_flags is mentioned in rc.conf(5) and can be set there and pass to
    powerd.
    
    PR:             258320
    Reported by:    Michael <michael.hmich@gmail.com>
    
    (cherry picked from commit ec071430a7822997619fe6d99853d8f49ea10b20)
---
 usr.sbin/powerd/powerd.8 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/powerd/powerd.8 b/usr.sbin/powerd/powerd.8
index eb0d84292207..9c5133f536d7 100644
--- a/usr.sbin/powerd/powerd.8
+++ b/usr.sbin/powerd/powerd.8
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 3, 2020
+.Dd November 6, 2021
 .Dt POWERD 8
 .Os
 .Sh NAME
@@ -143,7 +143,8 @@ The default PID file.
 .Sh SEE ALSO
 .Xr acpi 4 ,
 .Xr apm 4 ,
-.Xr cpufreq 4
+.Xr cpufreq 4 ,
+.Xr rc.conf 5
 .Sh HISTORY
 The
 .Nm



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