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/cron/crontab.1 | |
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/cron/crontab.1')
-rw-r--r-- | usr.sbin/cron/crontab.1 | 5 |
1 files changed, 1 insertions, 4 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. |