mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 05:06:19 +00:00
blank ends removed
SCCS-file: tzfile.5 SCCS-SID: 4.3
This commit is contained in:
committed by
Paul Eggert
parent
2575b456ad
commit
dd0477bd8a
6
tzfile.5
6
tzfile.5
@ -50,13 +50,13 @@ each one tells which of the different types of ``local time'' types
|
||||
described in the file is associated with the same-indexed transition time.
|
||||
These values serve as indices into an array of
|
||||
.I ttinfo
|
||||
structures that appears next in the file;
|
||||
structures that appears next in the file;
|
||||
these structures are defined as follows:
|
||||
.in +.5i
|
||||
.sp
|
||||
.nf
|
||||
.ta .5i +\w'unsigned int\0\0'u
|
||||
struct ttinfo {
|
||||
struct ttinfo {
|
||||
long tt_gmtoff;
|
||||
int tt_isdst;
|
||||
unsigned int tt_abbrind;
|
||||
@ -91,7 +91,7 @@ Then there are
|
||||
.I tzh_leapcnt
|
||||
pairs of four-byte values, written in standard byte order;
|
||||
the first value of each pair gives the time
|
||||
(as returned by
|
||||
(as returned by
|
||||
.IR time(2))
|
||||
at which a leap second occurs;
|
||||
the second gives the
|
||||
|
||||
Reference in New Issue
Block a user