View | Details | Raw Unified | Return to bug 113194
Collapse All | Expand All

(-)crontab.5 Thu May 31 12:27:05 2007 (-11 / +11 lines)
Lines 208-224 Link Here
208
after the first % will be sent to the command as standard
208
after the first % will be sent to the command as standard
209
input.
209
input.
210
.Pp
210
.Pp
211
Note: The day of a command's execution can be specified by two
212
fields \(em day of month, and day of week.
213
If both fields are
214
restricted (ie, are not *), the command will be run when
215
.Em either
216
field matches the current time.
217
For example,
218
``30 4 1,15 * 5''
219
would cause a command to be run at 4:30 am on the 1st and 15th of each
220
month, plus every Friday.
221
.Pp
222
Instead of the first five fields,
211
Instead of the first five fields,
223
one of eight special strings may appear:
212
one of eight special strings may appear:
224
.Bd -literal -offset indent
213
.Bd -literal -offset indent
Lines 295-300 Link Here
295
.Sh AUTHORS
284
.Sh AUTHORS
296
.An Paul Vixie Aq paul@vix.com
285
.An Paul Vixie Aq paul@vix.com
297
.Sh BUGS
286
.Sh BUGS
287
Note: The day of a command's execution can be specified by two
288
fields \(em day of month, and day of week.
289
If both fields are
290
restricted (ie, are not *), the command will be run when
291
.Em either
292
field matches the current time.
293
For example,
294
``30 4 1,15 * 5''
295
would cause a command to be run at 4:30 am on the 1st and 15th of each
296
month, plus every Friday.
297
.Pp
298
If you are in one of the 70-odd countries that observe Daylight
298
If you are in one of the 70-odd countries that observe Daylight
299
Savings Time, jobs scheduled during the rollback or advance will be
299
Savings Time, jobs scheduled during the rollback or advance will be
300
affected.
300
affected.

Return to bug 113194