diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-22 18:29:30 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-22 18:29:30 +0000 |
commit | 83eae351bc8df067f274aee75b7e120dcd17cd24 (patch) | |
tree | e2d5c80143753ffec4c87e4e3fe3301d1756844c | |
parent | b3541e50191c5fcf3f46931dabb6bfd28fa6a6a5 (diff) |
o System crontab has seven (7) fields
o User crontab has six (6) fields
o Closes PR 2021; thanks jamesez@cerberus.jimz.net
o Okay millert@
-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 |