Deleted Added
full compact
crontab.5 (141846) crontab.5 (141851)
1.\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
2.\" * All rights reserved
3.\" *
4.\" * Distribute freely, except: don't remove my name from the source or
5.\" * documentation (don't take credit for my work), mark your changes (don't
6.\" * get me blamed for your possible bugs), don't alter or remove this
7.\" * notice. May be sold if buildable source is provided to buyer. No
8.\" * warrantee of any kind, express or implied, is included with this
9.\" * software; use at your own risk, responsibility for damages (if any) to
10.\" * anyone resulting from the use of this software rests entirely with the
11.\" * user.
12.\" *
13.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
14.\" * I'll try to keep a version up to date. I can be reached as follows:
15.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
16.\" */
17.\"
1.\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
2.\" * All rights reserved
3.\" *
4.\" * Distribute freely, except: don't remove my name from the source or
5.\" * documentation (don't take credit for my work), mark your changes (don't
6.\" * get me blamed for your possible bugs), don't alter or remove this
7.\" * notice. May be sold if buildable source is provided to buyer. No
8.\" * warrantee of any kind, express or implied, is included with this
9.\" * software; use at your own risk, responsibility for damages (if any) to
10.\" * anyone resulting from the use of this software rests entirely with the
11.\" * user.
12.\" *
13.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
14.\" * I'll try to keep a version up to date. I can be reached as follows:
15.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
16.\" */
17.\"
18.\" $FreeBSD: head/usr.sbin/cron/crontab/crontab.5 141846 2005-02-13 22:25:33Z ru $
18.\" $FreeBSD: head/usr.sbin/cron/crontab/crontab.5 141851 2005-02-13 23:45:54Z ru $
19.\"
20.Dd January 24, 1994
21.Dt CRONTAB 5
22.Os
23.Sh NAME
24.Nm crontab
25.Nd tables for driving cron
26.Sh DESCRIPTION

--- 258 unchanged lines hidden (view full) ---

285.Pp
286All of the
287.Sq @
288commands that can appear in place of the first five fields
289are extensions.
290.Sh AUTHORS
291.An Paul Vixie Aq paul@vix.com
292.Sh BUGS
19.\"
20.Dd January 24, 1994
21.Dt CRONTAB 5
22.Os
23.Sh NAME
24.Nm crontab
25.Nd tables for driving cron
26.Sh DESCRIPTION

--- 258 unchanged lines hidden (view full) ---

285.Pp
286All of the
287.Sq @
288commands that can appear in place of the first five fields
289are extensions.
290.Sh AUTHORS
291.An Paul Vixie Aq paul@vix.com
292.Sh BUGS
293If you're in one of the 70-odd countries that observe Daylight
293If you are in one of the 70-odd countries that observe Daylight
294Savings Time, jobs scheduled during the rollback or advance will be
295affected.
294Savings Time, jobs scheduled during the rollback or advance will be
295affected.
296In general, it's not a good idea to schedule jobs during
296In general, it is not a good idea to schedule jobs during
297this period.
298.Pp
299For US timezones (except parts of IN, AZ, and HI) the time shift occurs at
3002AM local time.
301For others, the output of the
302.Xr zdump 8
303program's verbose
304.Fl ( v )
305option can be used to determine the moment of time shift.
297this period.
298.Pp
299For US timezones (except parts of IN, AZ, and HI) the time shift occurs at
3002AM local time.
301For others, the output of the
302.Xr zdump 8
303program's verbose
304.Fl ( v )
305option can be used to determine the moment of time shift.