summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron.8
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1999-03-10 02:43:10 +0000
committerpjanzen <pjanzen@openbsd.org>1999-03-10 02:43:10 +0000
commit86eac1108ead95a05c911baeeb44398cafcbe858 (patch)
tree3ce7a03a4050f1a6ffc099b8a9bd61d65a3af8ff /usr.sbin/cron/cron.8
parentcomma splice (diff)
downloadwireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.tar.xz
wireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.zip
Daylight Saving Time, not savings
Diffstat (limited to 'usr.sbin/cron/cron.8')
-rw-r--r--usr.sbin/cron/cron.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8
index a76c2efa313..7c7870f12fa 100644
--- a/usr.sbin/cron/cron.8
+++ b/usr.sbin/cron/cron.8
@@ -15,7 +15,7 @@
.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
.\" */
.\"
-.\" $Id: cron.8,v 1.2 1997/12/22 08:10:40 deraadt Exp $
+.\" $Id: cron.8,v 1.3 1999/03/10 02:43:11 pjanzen Exp $
.\"
.TH CRON 8 "20 December 1993"
.UC 4
@@ -56,8 +56,8 @@ command updates the modtime of the spool directory whenever it changes a
crontab.
.PP
Special considerations exist when the clock is changed by less than 3
-hours, for example at the beginning and end of daylight savings
-time. If the time has moved forwards, those jobs which would have
+hours, for example at the beginning and end of Daylight Saving
+Time. If the time has moved forwards, those jobs which would have
run in the time that was skipped will be run soon after the change.
Conversely, if the time has moved backwards by less than 3 hours,
those jobs that fall into the repeated time will not be run.