Date: Fri, 17 Apr 2020 03:38:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 245679] daily_status_ntpd typo in periodic.conf.5 Message-ID: <bug-245679-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245679 Bug ID: 245679 Summary: daily_status_ntpd typo in periodic.conf.5 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: t@tstearns.com 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 -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245679-227>
