mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-06 23:54:22 +00:00
posix work
SCCS-file: zic.8 SCCS-SID: 4.2
This commit is contained in:
committed by
Paul Eggert
parent
bdaf1150a7
commit
8da8afc608
14
zic.8
14
zic.8
@ -12,6 +12,9 @@ zic \- time zone compiler
|
||||
.B \-l
|
||||
.I localtime
|
||||
] [
|
||||
.B \-p
|
||||
.I posixrules
|
||||
] [
|
||||
.B \-L
|
||||
.I leapsecondfilename
|
||||
] [
|
||||
@ -45,11 +48,20 @@ in the standard directory named below.
|
||||
.BI "\-l " timezone
|
||||
Use the given time zone as local time.
|
||||
.I Zic
|
||||
will act as if the file contained a link line of the form
|
||||
will act as if the input contained a link line of the form
|
||||
.sp
|
||||
.ti +.5i
|
||||
Link \fItimezone\fP localtime
|
||||
.TP
|
||||
.BI "\-p " timezone
|
||||
Use the given time zone's rules when handling POSIX-format
|
||||
time zone environment variables.
|
||||
.I Zic
|
||||
will act as if the input contained a link line of the form
|
||||
.sp
|
||||
.ti +.5i
|
||||
Link \fItimezone\fP posixrules
|
||||
.TP
|
||||
.BI "\-L " leapsecondfilename
|
||||
Read leap second information from the file with the given name.
|
||||
If this option is not used,
|
||||
|
||||
Reference in New Issue
Block a user