diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-19 22:40:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-19 22:40:26 +0000 |
commit | 885bbc9ca2041d17e247a15c592dd3552107aa4f (patch) | |
tree | 1b7759831b381e196b0046eac24ada1eb083535e /usr.sbin | |
parent | a3e38e81e2621e7def87d6eaf23d27327cb49084 (diff) |
o Don't talk about /bin/mail vs. sendmail since we always build with
sendmail support.
o Remove misleading info in STANDARDS about the syntax being different
from previous Vixie Cron versions. The flags have been this way for
all versions of cron we have shipped with.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/crontab.1 | 5 | ||||
-rw-r--r-- | usr.sbin/cron/crontab.5 | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1 index 9ab9b5d1b4b..f58fc320528 100644 --- a/usr.sbin/cron/crontab.1 +++ b/usr.sbin/cron/crontab.1 @@ -15,7 +15,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.\" $OpenBSD: crontab.1,v 1.8 2001/02/18 19:48:32 millert Exp $ +.\" $OpenBSD: crontab.1,v 1.9 2001/06/19 22:40:25 millert Exp $ .\" .Dd June 8, 1999 .Dt CRONTAB 1 @@ -133,9 +133,6 @@ The utility is compliant with the .St -p1003.2-92 specification. -This new command syntax -differs from previous versions of Vixie Cron, as well as from the classic -SVR3 syntax. .Sh DIAGNOSTICS A fairly informative usage message appears if you run it with a bad command line. diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index 27f7b05ff39..09b468a7544 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -15,7 +15,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.\" $OpenBSD: crontab.5,v 1.12 2001/02/18 19:48:32 millert Exp $ +.\" $OpenBSD: crontab.5,v 1.13 2001/06/19 22:40:24 millert Exp $ .\" .Dd June 8, 1999 .Dt CRONTAB 5 @@ -162,18 +162,8 @@ no mail will be sent. Otherwise mail is sent to the owner of the .Nm crontab . -This option is useful if you decide on -.Pa /bin/mail -instead of -.Pa /usr/lib/sendmail -as -your mailer when you install -.Xr cron 8 -\(em -.Pa /bin/mail -doesn't do aliasing, and -.Tn UUCP -usually doesn't read its mail. +This option is useful for pseudo-users that lack an alias +that would otherwise redirect the mail to a real person. .Pp .Em cron Commands .Pp |