diff options
-rw-r--r-- | usr.sbin/cron/crontab.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index 54acd3f4a8a..24fbd7c7ed0 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -15,7 +15,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.\" $OpenBSD: crontab.5,v 1.14 2001/08/02 18:37:34 mpech Exp $ +.\" $OpenBSD: crontab.5,v 1.15 2001/08/22 18:29:29 heko Exp $ .\" .Dd June 8, 1999 .Dt CRONTAB 5 @@ -173,7 +173,7 @@ command is very much the V7 standard, with a number of upward-compatible extensions. Lines in the system .Nm -have six fields in the form: +have seven fields in the form: .Bd -ragged -offset indent .Ar minute .Ar hour @@ -186,7 +186,7 @@ have six fields in the form: .Pp while lines in a user .Nm -have five fields in the form: +have six fields in the form: .Bd -ragged -offset indent .Ar minute .Ar hour |