From c50c381ddc7c561a7e2cb570eadf3e411d421ab4 Mon Sep 17 00:00:00 2001 From: brueffer Date: Fri, 14 May 2010 01:25:30 +0000 Subject: List /var/cron/tabs in FILES and add descriptions for the other entries. PR: 145912 Submitted by: Julian H. Stacey Obtained from: OpenBSD MFC after: 1 week --- usr.sbin/cron/crontab/crontab.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index b634d31..eed515e 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 -- cgit v1.1