View | Details | Raw Unified | Return to bug 31265 | Differences between
and this patch

Collapse All | Expand All

(-)crontab.1 (-4 / +14 lines)
Lines 55-64 Link Here
55
.Em not
55
.Em not
56
be listed in the
56
be listed in the
57
.Pa deny
57
.Pa deny
58
file in order to use this command.  If neither of these files exists, then
58
file in order to use this command.  
59
depending on site-dependent configuration parameters, only the super user
59
.Pp
60
will be allowed to use this command, or all users will be able to use this
60
In order to use the
61
command.
61
.Pa allow
62
and
63
.Pa deny
64
files you must use the correct format.  Only one username must be added
65
per line.  Usernames must not have any characters (such as whitespace) 
66
preceding them, or they will be ignored.  Comments may also be inserted 
67
into this file.
68
.Pp
69
If neither of these files exists, then depending on site-dependent 
70
configuration parameters, only the super user will be allowed to use 
71
this command, or all users will be able to use this command.
62
.Pp
72
.Pp
63
The first form of this command is used to install a new crontab from some
73
The first form of this command is used to install a new crontab from some
64
named file or standard input if the pseudo-filename ``-'' is given.
74
named file or standard input if the pseudo-filename ``-'' is given.

Return to bug 31265