diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-06-15 11:37:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-06-15 11:37:33 +0000 |
commit | c9e4fb34cb91b69690dc156e128358d8502d6ffe (patch) | |
tree | bb196580588897630dde0cff2930ee5c54d968da /contrib | |
parent | 516ce862b07803706c237a2c4b9bfb0db6cbd1d7 (diff) | |
download | src-c9e4fb34cb91b69690dc156e128358d8502d6ffe.tar.gz src-c9e4fb34cb91b69690dc156e128358d8502d6ffe.zip |
Make mandoc/mdocml happy.
Submitted by: Uli(?) via gmane.comp.time.tz
Notes
Notes:
svn path=/head/; revision=209201
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tzcode/zic/zic.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/tzcode/zic/zic.8 b/contrib/tzcode/zic/zic.8 index f7ff815b080a..fe09ef224b9f 100644 --- a/contrib/tzcode/zic/zic.8 +++ b/contrib/tzcode/zic/zic.8 @@ -120,9 +120,9 @@ Non-blank lines are expected to be of one of three types: rule lines, zone lines, and link lines. .Pp 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: -.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 The fields that make up a rule line are: .Bl -tag -width "LETTER/S" -offset indent @@ -262,7 +262,7 @@ the variable part is null. A zone line has the form: .Dl "Zone NAME GMTOFF RULES/SAVE FORMAT [UNTILYEAR [MONTH [DAY [TIME]]]]" 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: .Bl -tag -width indent .It NAME @@ -319,9 +319,9 @@ continuation. .El .Pp A link line has the form -.Dl "Link LINK-FROM LINK-TO +.Dl "Link LINK-FROM LINK-TO" For example: -.Dl "Link Europe/Istanbul Asia/Istanbul +.Dl "Link Europe/Istanbul Asia/Istanbul" The .Em LINK-FROM field should appear as the @@ -335,9 +335,9 @@ Except for continuation lines, lines may appear in any order in the input. .Pp 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: -.Dl "Leap 1974 Dec 31 23:59:60 + S +.Dl "Leap 1974 Dec 31 23:59:60 + S" The .Em YEAR , .Em MONTH , |