In base r169517, a flag was added to periodic.conf called "daily_status_ntpd_enable". However, it was documented in periodic.conf.5 as "daily_status_ntpd". Below is a simple patch against head to correct this typo in the man page: --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -518,7 +518,7 @@ for the previous day. .Pq Vt num Set to the number of maillog files that should be checked for yesterday's mail rejects. -.It Va daily_status_ntpd +.It Va daily_status_ntpd_enable .Pq Vt bool Set to .Dq Li YES
Thank you for the report and patch Taylor. Could you include your change as an attachment please
Created attachment 213533 [details] typo-daily-status-ntpd Attached, thank you!
A commit references this bug: Author: bapt Date: Tue Jun 16 12:40:20 UTC 2020 New revision: 362226 URL: https://svnweb.freebsd.org/changeset/base/362226 Log: Fix typo in the documentation about the daily ntpd status PR: 245679 Submitted by: Taylor Stearns <t@tstearns.com> MFC after: 3 days Changes: head/share/man/man5/periodic.conf.5
A commit references this bug: Author: gbe Date: Thu Dec 10 09:51:50 UTC 2020 New revision: 368506 URL: https://svnweb.freebsd.org/changeset/base/368506 Log: MFC r362226 (by bapt): Fix typo in the documentation about the daily ntpd status PR: 245679 Submitted by: Taylor Stearns <t@tstearns.com> Changes: _U stable/12/ stable/12/share/man/man5/periodic.conf.5