diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:53:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:53:30 +0000 |
commit | 113523fb980bf0657af2f4bac2796268a26f1e63 (patch) | |
tree | 0a0ede2e558f8894f4928ca1c54eaa0924a62088 /usr.sbin/cron | |
parent | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (diff) |
- `coexist', not `co-exist'; it's not hyphenated.
- Correct some .Nm usage.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/crontab.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index fdfa54990e3..94ddaf40bbe 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.10 2000/03/19 17:57:03 aaron Exp $ +.\" $Id: crontab.5,v 1.11 2000/04/15 11:53:29 aaron Exp $ .\" .Dd June 8, 1999 .Dt CRONTAB 5 @@ -33,10 +33,10 @@ daemon of the general form: at these times on these dates run this command .Dc . There may be a system -.Nm crontab +.Nm .Pf ( Pa /etc/crontab ) and each user may have their own -.Nm crontab +.Nm .Pf ( Pa /var/cron/tabs/<user> ) . Commands in any given .Nm @@ -384,7 +384,7 @@ When specifying both day 0 and day 7 will be considered Sunday. BSD and ATT seem to disagree about this. .Pp -Lists and ranges are allowed to co-exist in the same field. +Lists and ranges are allowed to coexist in the same field. .Dq 1\&-3,7\&-9 would be rejected by ATT or BSD |