mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 12:51:39 +00:00
minor lint
SCCS-file: newctime.3 SCCS-SID: 4.6
This commit is contained in:
committed by
Paul Eggert
parent
51a58c3bd2
commit
0a7cdda1a5
@ -32,7 +32,7 @@ asctime, ctime, difftime, gmtime, localtime, mktime, tzset, tzsetwall \- convert
|
|||||||
.B time_t mktime(tm)
|
.B time_t mktime(tm)
|
||||||
.B struct tm *tm;
|
.B struct tm *tm;
|
||||||
.PP
|
.PP
|
||||||
cc ... -lz
|
.B cc ... -lz
|
||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Tzset
|
.I Tzset
|
||||||
@ -300,7 +300,6 @@ returned by the
|
|||||||
.I time
|
.I time
|
||||||
function.
|
function.
|
||||||
The original values of the
|
The original values of the
|
||||||
.PP
|
|
||||||
.B tm_wday
|
.B tm_wday
|
||||||
and
|
and
|
||||||
.B tm_yday
|
.B tm_yday
|
||||||
@ -408,7 +407,7 @@ UTC leap seconds are loaded from
|
|||||||
tzfile(5),
|
tzfile(5),
|
||||||
getenv(3),
|
getenv(3),
|
||||||
time(2)
|
time(2)
|
||||||
.SH NOTE
|
.SH NOTES
|
||||||
The return values point to static data
|
The return values point to static data
|
||||||
whose content is overwritten by each call.
|
whose content is overwritten by each call.
|
||||||
The
|
The
|
||||||
@ -421,4 +420,8 @@ will also be overwritten at the next call
|
|||||||
.I tzset
|
.I tzset
|
||||||
or
|
or
|
||||||
.IR tzsetwall ).
|
.IR tzsetwall ).
|
||||||
|
.PP
|
||||||
|
Avoid using out-of-range values with
|
||||||
|
.I mktime
|
||||||
|
when setting up lunch with promptness sticklers in Riyadh.
|
||||||
.. %W%
|
.. %W%
|
||||||
|
|||||||
Reference in New Issue
Block a user