diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 02:43:12 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 02:43:12 +0000 |
commit | 9755a69c88657c7badce3d6639e42d32b9bfe63d (patch) | |
tree | e4fe885c0757567781a4f4ee91fd3dc67afb03d8 /usr.sbin | |
parent | 2e519d51c568535c05d9deea5c9a10621559f19d (diff) |
Daylight Saving Time, not savings
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/cron.8 | 6 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
2 files changed, 5 insertions, 5 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. diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index e43c539f669..33337c87922 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.10 1998/09/22 22:03:01 provos Exp $ (LBL) +.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.11 1999/03/10 02:43:11 pjanzen Exp $ (LBL) .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -1201,7 +1201,7 @@ Even if we were inclined to do anything to promote the use of Ethertalk (we aren't), LBL doesn't allow Ethertalk on any of its networks so we'd would have no way of testing this code. .LP -A packet trace that crosses a daylight savings time change will give +A packet trace that crosses a daylight saving time change will give skewed time stamps (the time change is ignored). .LP Filter expressions that manipulate FDDI headers assume that all FDDI |