Deleted Added
full compact
crontab.1 (92501) crontab.1 (95127)
1.\"/* Copyright 1988,1990,1993 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 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.1 92501 2002-03-17 14:03:17Z dwmalone $
18.\" $FreeBSD: head/usr.sbin/cron/crontab/crontab.1 95127 2002-04-20 12:27:18Z charnier $
19.\"
20.Dd December 29, 1993
21.Dt CRONTAB 1
22.Os
23.Sh NAME
24.Nm crontab
25.Nd maintain crontab files for individual users (V3)
26.Sh SYNOPSIS
27.Nm
28.Op Fl u Ar user
29.Ar file
30.Nm
31.Op Fl u Ar user
32{
33.Fl l |
34.Fl r |
35.Fl e
36}
37.Sh DESCRIPTION
19.\"
20.Dd December 29, 1993
21.Dt CRONTAB 1
22.Os
23.Sh NAME
24.Nm crontab
25.Nd maintain crontab files for individual users (V3)
26.Sh SYNOPSIS
27.Nm
28.Op Fl u Ar user
29.Ar file
30.Nm
31.Op Fl u Ar user
32{
33.Fl l |
34.Fl r |
35.Fl e
36}
37.Sh DESCRIPTION
38.Nm Crontab
39is the program used to install, deinstall or list the tables
38The
39.Nm
40utility is the program used to install, deinstall or list the tables
40used to drive the
41.Xr cron 8
42daemon in Vixie Cron. Each user can have their own crontab, and though
43these are files in
44.Pa /var ,
45they are not intended to be edited directly.
46.Pp
47If the

--- 77 unchanged lines hidden ---
41used to drive the
42.Xr cron 8
43daemon in Vixie Cron. Each user can have their own crontab, and though
44these are files in
45.Pa /var ,
46they are not intended to be edited directly.
47.Pp
48If the

--- 77 unchanged lines hidden ---