diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
commit | 6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c (patch) | |
tree | fcca2ff76dd4bd4de63ce13f86a3138bd09a2ca3 /usr.sbin/cron | |
parent | 2896c0ddcb033d90d22079e179db06a254613194 (diff) | |
download | FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.zip FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.tar.gz |
Expand contractions.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/cron/cron.8 | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index e6db0f2..eba639d 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -114,7 +114,7 @@ intuitively expected. If a job falls into a time interval that disappears (for example, during the switch from standard time) to daylight saving time or is -duplicated (for example, during the reverse switch), then it's handled +duplicated (for example, during the reverse switch), then it is handled in one of two ways: .Pp The first case is for the jobs that run every at hour of a time interval diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 006ae86..01ead70 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -290,10 +290,10 @@ are extensions. .Sh AUTHORS .An Paul Vixie Aq paul@vix.com .Sh BUGS -If you're in one of the 70-odd countries that observe Daylight +If you are in one of the 70-odd countries that observe Daylight Savings Time, jobs scheduled during the rollback or advance will be affected. -In general, it's not a good idea to schedule jobs during +In general, it is not a good idea to schedule jobs during this period. .Pp For US timezones (except parts of IN, AZ, and HI) the time shift occurs at |