git: ec071430a782 - main - powerd(8): Add rc.conf(5) to see also
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Nov 2021 02:44:54 UTC
The branch main has been updated by ygy (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ec071430a7822997619fe6d99853d8f49ea10b20 commit ec071430a7822997619fe6d99853d8f49ea10b20 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-07 02:43:30 +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 MFC after: 3 days Reported by: Michael <michael.hmich@gmail.com> --- 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