diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-03 19:56:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-03 19:56:10 +0000 |
commit | 6d343ec41e6d66ca7f0eec025a4ce0cfcc4714a1 (patch) | |
tree | e47e3a54b1c167df5d2b2d151f98d06b2d4b8a94 /usr.sbin/cron | |
parent | f1ffaf1e9ce7307e22846e5ff35d7d974e0c80f4 (diff) |
Document behavior if MAILTO is set to the empty string.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/cron.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index 3f4e775b786..9c720e8fa94 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -17,7 +17,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $OpenBSD: cron.8,v 1.25 2004/02/24 19:39:48 jmc Exp $ +.\" $OpenBSD: cron.8,v 1.26 2004/06/03 19:56:09 millert Exp $ .\" .Dd July 6, 2002 .Dt CRON 8 @@ -84,7 +84,9 @@ variable is set (or if this is an or .Xr batch 1 job), to the job's owner. -If a command produces no output, no mail will be sent. +If a command produces no output or if the +.Ev MAILTO +environment variable is set to the empty string, no mail will be sent. The exception to this is .Xr at 1 or |