diff options
author | skv <skv@FreeBSD.org> | 2008-12-01 17:39:34 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-12-01 17:39:34 +0000 |
commit | 7457414ec0e0ecf29b38ad82653bb4b393d17ccf (patch) | |
tree | 4f073f3b733a735d1aab9266240bd8f2f4e3c56a /usr.sbin/cron | |
parent | 3693ee3c3284d3af87386ca19da4a94a454d0a1c (diff) | |
download | FreeBSD-src-7457414ec0e0ecf29b38ad82653bb4b393d17ccf.zip FreeBSD-src-7457414ec0e0ecf29b38ad82653bb4b393d17ccf.tar.gz |
Fix typo.
Approved by: ru
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 7ae8c2a..ba88569 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -118,7 +118,7 @@ is defined (and non-empty), mail is 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. +by separating recipient users with a comma. If .Ev MAILTO is defined but empty (MAILTO=""), no |