Make mandoc/mdocml happy.

Submitted by:	Uli(?) via gmane.comp.time.tz
This commit is contained in:
Edwin Groothuis 2010-06-15 11:37:33 +00:00
parent 516ce862b0
commit c9e4fb34cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209201

View File

@ -120,9 +120,9 @@ Non-blank lines are expected to be of one of three types:
rule lines, zone lines, and link lines. rule lines, zone lines, and link lines.
.Pp .Pp
A rule line has the form: A rule line has the form:
.Dl "Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S .Dl "Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S"
For example: For example:
.Dl "Rule US 1967 1973 \- Apr lastSun 2:00 1:00 D .Dl "Rule US 1967 1973 \- Apr lastSun 2:00 1:00 D"
.Pp .Pp
The fields that make up a rule line are: The fields that make up a rule line are:
.Bl -tag -width "LETTER/S" -offset indent .Bl -tag -width "LETTER/S" -offset indent
@ -262,7 +262,7 @@ the variable part is null.
A zone line has the form: A zone line has the form:
.Dl "Zone NAME GMTOFF RULES/SAVE FORMAT [UNTILYEAR [MONTH [DAY [TIME]]]]" .Dl "Zone NAME GMTOFF RULES/SAVE FORMAT [UNTILYEAR [MONTH [DAY [TIME]]]]"
For example: For example:
.Dl "Zone Australia/Adelaide 9:30 Aus CST 1971 Oct 31 2:00 .Dl "Zone Australia/Adelaide 9:30 Aus CST 1971 Oct 31 2:00"
The fields that make up a zone line are: The fields that make up a zone line are:
.Bl -tag -width indent .Bl -tag -width indent
.It NAME .It NAME
@ -319,9 +319,9 @@ continuation.
.El .El
.Pp .Pp
A link line has the form A link line has the form
.Dl "Link LINK-FROM LINK-TO .Dl "Link LINK-FROM LINK-TO"
For example: For example:
.Dl "Link Europe/Istanbul Asia/Istanbul .Dl "Link Europe/Istanbul Asia/Istanbul"
The The
.Em LINK-FROM .Em LINK-FROM
field should appear as the field should appear as the
@ -335,9 +335,9 @@ Except for continuation lines,
lines may appear in any order in the input. lines may appear in any order in the input.
.Pp .Pp
Lines in the file that describes leap seconds have the following form: Lines in the file that describes leap seconds have the following form:
.Dl "Leap YEAR MONTH DAY HH:MM:SS CORR R/S .Dl "Leap YEAR MONTH DAY HH:MM:SS CORR R/S"
For example: For example:
.Dl "Leap 1974 Dec 31 23:59:60 + S .Dl "Leap 1974 Dec 31 23:59:60 + S"
The The
.Em YEAR , .Em YEAR ,
.Em MONTH , .Em MONTH ,