diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-03-17 14:03:17 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-03-17 14:03:17 +0000 |
| commit | 377a2e036f2d99ba27815342a9938cc0de8154da (patch) | |
| tree | 4c49db326251700e3106aa97abf22b4d32ed3269 /usr.sbin | |
| parent | bc37fc267dc8e0b83888b5f56acc20071f6c4ca9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/cron/crontab/crontab.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index ed4aad96d1727..1881399ce2e7d 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. |
