summaryrefslogtreecommitdiffstats
path: root/lib/libc
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 /lib/libc
parentcomma splice (diff)
downloadwireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.tar.xz
wireguard-openbsd-86eac1108ead95a05c911baeeb44398cafcbe858.zip
Daylight Saving Time, not savings
Diffstat (limited to 'lib/libc')
-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