diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 09:13:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 09:13:12 +0000 |
commit | 1c5157756905fee8954f88a5a0cea7377ae69877 (patch) | |
tree | 2c84dca9cc402c0ca01b013bca9e4685ec3b95d0 /usr.sbin/cron/crontab.5 | |
parent | 4e83d7cf9dbb95c78bab04e3c928417e038f59a6 (diff) |
months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CA
Diffstat (limited to 'usr.sbin/cron/crontab.5')
-rw-r--r-- | usr.sbin/cron/crontab.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index 50c5852ed91..976be3529fa 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 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 |