[3567] in Athena Bugs
(VAX) Version 6.3B: tzfile(5)
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Nov 2 23:55:33 1989
Date: Thu, 2 Nov 89 23:55:07 -0500
From: Jonathan I. Kamens <jik@PIT-MANAGER.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (VAX) Version 6.3B
System name: copilot
What's wrong:
tzfile(5) reads:
The time zone information files used by tzset(3) begin with
bytes reserved for future use, followed by three four-byte
values of type long, written in a ``standard'' byte order
(the high-order byte of the value is written first). These
values are, in order:
There is no tzset(3); more accurately, the tzset function is described
in the man page for ctime(3), but typing "man tzset" by itself will
not pull up that man page.
What should have happened:
There should be proper .so files so that "man tzset" pulls up the
ctime man page.
jik