https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253969
Bug ID: 253969
Summary: The manual page for crontab is incorrect
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The "man 5 crontab" claims:
Names can also be used for the ``month'' and ``day of week'' fields. Use
the first three letters of the particular day or month (case does not
matter). Ranges or lists of names are not allowed.
However, ranges such as mon-fri or lists such as mon,tue do work. This can
easily be confirmed by adding lines such as
* * * * mon-fri echo "boo"
* * * Mar,Apr wed,thu echo "baa"
to crontab.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"