diff options
author | 1996-12-07 09:13:11 +0000 | |
---|---|---|
committer | 1996-12-07 09:13:11 +0000 | |
commit | c136e3caa25fb4ee0ff873974f467e1f021c99ac (patch) | |
tree | 3d7f13c6bfc1994a915c5a1f0ced596219a82221 | |
parent | handle -t & -l in more cases; netbsd pr#2869, hubert.feyrer@rz.uni-regensburg.de (diff) | |
download | wireguard-openbsd-c136e3caa25fb4ee0ff873974f467e1f021c99ac.tar.xz wireguard-openbsd-c136e3caa25fb4ee0ff873974f467e1f021c99ac.zip |
months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CA
-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 4230d135e68..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.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 |