summaryrefslogtreecommitdiff
path: root/lib/libc/time/tzfile.5
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-01-14 03:16:59 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-01-14 03:16:59 +0000
commit58e66d894986eb6bf05241d3b6ae57f7bdf1982b (patch)
tree32ad8563d033d64a714551305f310e7d1b10c0bb /lib/libc/time/tzfile.5
parent8137e9ba8aee70bd7be4f781fb9e78eaf047520e (diff)
Update to tzcode1996o + our fixes. Fixes problem pointed out
by cross@va.pubnix.com.
Diffstat (limited to 'lib/libc/time/tzfile.5')
-rw-r--r--lib/libc/time/tzfile.58
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/time/tzfile.5 b/lib/libc/time/tzfile.5
index 58705b231a3..bafaf75f370 100644
--- a/lib/libc/time/tzfile.5
+++ b/lib/libc/time/tzfile.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tzfile.5,v 1.3 1996/08/19 08:34:52 tholo Exp $
+.\" $OpenBSD: tzfile.5,v 1.4 1997/01/14 03:16:51 millert Exp $
.TH TZFILE 5
.SH NAME
tzfile \- time zone information
@@ -44,7 +44,7 @@ four-byte values of type
sorted in ascending order.
These values are written in ``standard'' byte order.
Each is used as a transition time (as returned by
-.IR time (2))
+.IR time (3))
at which the rules for computing local time change.
Next come
.I tzh_timecnt
@@ -132,4 +132,6 @@ is zero or the time argument is less than the first transition time recorded
in the file.
.SH SEE ALSO
ctime(3)
-.\" @(#)tzfile.5 7.3
+.\" @(#)tzfile.5 7.5
+.\" This file is in the public domain, so clarified as of
+.\" 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).