diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2010-05-23 20:24:35 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2010-05-23 20:24:35 +0000 |
| commit | ebc8ad517447dfd20492820c7b6bd71eb2544131 (patch) | |
| tree | 32b3865cf022f26e3abed6fd62735b061049b310 /usr.sbin/cron/crontab | |
| parent | b2e1eb2451213aae1c4032c1a93624835eaf3a99 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cron/crontab')
| -rw-r--r-- | usr.sbin/cron/crontab/crontab.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index b634d314a64d..eed515ee159d 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 29, 1993 +.Dd May 13, 2010 .Dt CRONTAB 1 .Os .Sh NAME @@ -114,7 +114,11 @@ from the editor, the modified crontab will be installed automatically. .Sh FILES .Bl -tag -width /var/cron/allow -compact .It Pa /var/cron/allow +List of users allowed to use crontab .It Pa /var/cron/deny +List of users prohibited from using crontab +.It Pa /var/cron/tabs +Directory for personal crontab files .El .Sh DIAGNOSTICS A fairly informative usage message appears if you run it with a bad command |
