minor reworking

SCCS-file: tzfile.5
SCCS-SID: 1.4
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:35 -04:00
committed by Paul Eggert
parent d1d3e1bf71
commit d6727c611d
+5 -8
View File
@@ -17,18 +17,15 @@ structure described in the include file
.sp
.nf
.in +.5i
.ta .5i +\w'struct dsinfo 'u
struct dsinfo {
long ds_gmtoff;
char ds_abbr[TZ_ABBR_LEN+1];
char ds_isdst;
};
struct tzinfo {
int tz_timecnt;
long tz_times[TZ_MAX_TIMES];
char tz_types[TZ_MAX_TIMES];
struct dsinfo tz_dsinfo[TZ_MAX_TYPES];
struct dsinfo {
long ds_gmtoff;
char ds_abbr[TZ_ABBR_LEN+1];
char ds_isdst;
} tz_dsinfo[TZ_MAX_TYPES];
};
.fi
.PP