summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-03-17 14:03:17 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-03-17 14:03:17 +0000
commit81e79199363fafeda0f46cecdfd90c64f0d764db (patch)
tree4c49db326251700e3106aa97abf22b4d32ed3269 /usr.sbin/cron
parentab60eaa56f2f50e8d17c9c6ba3156f319793dda8 (diff)
downloadFreeBSD-src-81e79199363fafeda0f46cecdfd90c64f0d764db.zip
FreeBSD-src-81e79199363fafeda0f46cecdfd90c64f0d764db.tar.gz
Describe the format of the allow and deny files. This is more-or-less
the patch Matthew submitted, but I broke the lines in a more FreeBSD way and made one small wording change. PR: 31265 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/crontab/crontab.14
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1
index ed4aad9..1881399 100644
--- a/usr.sbin/cron/crontab/crontab.1
+++ b/usr.sbin/cron/crontab/crontab.1
@@ -59,6 +59,10 @@ file in order to use this command. If neither of these files exists, then
depending on site-dependent configuration parameters, only the super user
will be allowed to use this command, or all users will be able to use this
command.
+The format of these files is one username per line,
+with no leading or trailing whitespace.
+Lines of other formats will be ignored,
+and so can be used for comments.
.Pp
The first form of this command is used to install a new crontab from some
named file or standard input if the pseudo-filename ``-'' is given.
OpenPOWER on IntegriCloud