From c136e3caa25fb4ee0ff873974f467e1f021c99ac Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 7 Dec 1996 09:13:11 +0000 Subject: [PATCH] months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CA --- usr.sbin/cron/crontab.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index 4230d135e68..976be3529fa 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.1.1.1 1995/10/18 08:47:30 deraadt Exp $ +.\" $Id: crontab.5,v 1.2 1996/12/07 09:13:11 deraadt Exp $ .\" .TH CRONTAB 5 "24 January 1994" .UC 4 @@ -99,7 +99,7 @@ hour 0-23 .br day of month 0-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 -- 2.20.1