Bug 197927 - Typo in man page for periodic.conf
Summary: Typo in man page for periodic.conf
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Maxim Konovalov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-22 18:07 UTC by MikeM
Modified: 2017-03-10 02:30 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MikeM 2015-02-22 18:07:55 UTC
Man page for periodic.conf has three typos:

monthly_status_security_enable
  (bool) Monthly counterpart of daily_status_securiy_enable.

monthly_status_security_inline
  (bool) Monthly counterpart of daily_status_securiy_inline.

monthly_status_security_output
  (str) Monthly counterpart of daily_status_securiy_output.



Should be:

"Monthly counterpart of daily_status_security..." 

with a "t" in security.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-02-22 19:43:38 UTC
A commit references this bug:

Author: maxim
Date: Sun Feb 22 19:42:51 UTC 2015
New revision: 279185
URL: https://svnweb.freebsd.org/changeset/base/279185

Log:
  o Typo: securiy -> security.

  PR:		197927
  Submitted by:	mike.543@comcast.net
  MFC after:	1 week

Changes:
  head/share/man/man5/periodic.conf.5
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2017-03-10 02:30:52 UTC
I think it is safe to assume that this PR can be closed as the patch has propagated to all currently supported FreeBSD releases.