git: e8e8c6c2bf32 - stable/13 - powerd(8): Add rc.conf(5) to see also
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 19:13:25 UTC
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