From 67a1a81fad31018f4ba4dedfdd0bb710b81cd07d Mon Sep 17 00:00:00 2001 From: mpp Date: Thu, 13 Feb 1997 07:16:12 +0000 Subject: crontab(5) incorrectly documented the dom/month arguments. They have valid ranges of 1-31 and 1-12, not 0-31 and 0-12. --- usr.sbin/cron/crontab/crontab.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/cron') diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 7909427..475ba33 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -97,9 +97,9 @@ minute 0-59 .br hour 0-23 .br -day of month 0-31 +day of month 1-31 .br -month 0-12 (or names, see below) +month 1-12 (or names, see below) .br day of week 0-7 (0 or 7 is Sun, or use names) .br -- cgit v1.1