Author: edwin
Date: Tue Jun 15 11:37:33 2010
New Revision: 209201
URL: http://svn.freebsd.org/changeset/base/209201

Log:
  Make mandoc/mdocml happy.
  
  Submitted by: Uli(?) via gmane.comp.time.tz

Modified:
  head/contrib/tzcode/zic/zic.8

Modified: head/contrib/tzcode/zic/zic.8
==============================================================================
--- head/contrib/tzcode/zic/zic.8       Tue Jun 15 10:01:49 2010        
(r209200)
+++ head/contrib/tzcode/zic/zic.8       Tue Jun 15 11:37:33 2010        
(r209201)
@@ -120,9 +120,9 @@ Non-blank lines are expected to be of on
 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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to