summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-10 02:43:12 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-10 02:43:12 +0000
commit9755a69c88657c7badce3d6639e42d32b9bfe63d (patch)
treee4fe885c0757567781a4f4ee91fd3dc67afb03d8 /lib/libc/gen
parent2e519d51c568535c05d9deea5c9a10621559f19d (diff)
Daylight Saving Time, not savings
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/timezone.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3
index 007ba28bd87..492aefbd783 100644
--- a/lib/libc/gen/timezone.3
+++ b/lib/libc/gen/timezone.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timezone.3,v 1.4 1998/04/28 07:36:38 deraadt Exp $
+.\" $OpenBSD: timezone.3,v 1.5 1999/03/10 02:43:11 pjanzen Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -58,7 +58,7 @@ values.
.Ar Zone
is the number of minutes west of GMT and
.Ar dst
-is non-zero if daylight savings time is in effect.
+is non-zero if Daylight Saving Time is in effect.
.Sh SEE ALSO
.Xr ctime 3
.Sh HISTORY