crontab.1 (f12a14713b2c7ca55d65739d46d4afe1ddcc4580) crontab.1 (866d7f280926e351e7e1fd62e962f2ed5d3b46b4)
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.\" $Id: crontab.1,v 1.4 1997/09/15 06:39:13 charnier Exp $
18.\" $Id: crontab.1,v 1.5 1998/03/23 08:21:29 charnier Exp $
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

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

66The following options are available:
67.Bl -tag -width indent
68.It Fl u
69Specify the name of the user whose crontab is to be
70tweaked. If this option is not given,
71.Nm
72examines "your" crontab, i.e., the crontab of the person executing the
73command. Note that
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

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

66The following options are available:
67.Bl -tag -width indent
68.It Fl u
69Specify the name of the user whose crontab is to be
70tweaked. If this option is not given,
71.Nm
72examines "your" crontab, i.e., the crontab of the person executing the
73command. Note that
74.Xr su 8
74.Xr su 1
75can confuse
76.Nm
77and that if you are running inside of
75can confuse
76.Nm
77and that if you are running inside of
78.Xr su 8
78.Xr su 1
79you should always use the
80.Fl u
81option for safety's sake.
82.It Fl l
83Display the current crontab on standard output.
84.It Fl r
85Remove the current crontab.
86.It Fl e

--- 29 unchanged lines hidden ---
79you should always use the
80.Fl u
81option for safety's sake.
82.It Fl l
83Display the current crontab on standard output.
84.It Fl r
85Remove the current crontab.
86.It Fl e

--- 29 unchanged lines hidden ---