diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 48794170a6cf..950b1f667c70 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -105,7 +105,11 @@ if it has any reason to send mail as a result of running commands in ``this'' crontab. If .Ev MAILTO is defined (and non-empty), mail is -sent to the user so named. If +sent to the user so named. +.Ev MAILTO +may also be used to direct mail to multiple recipients +by seperating recipient users with a comma. +If .Ev MAILTO is defined but empty (MAILTO=""), no mail will be sent. Otherwise mail is sent to the owner of the crontab. This |