diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
commit | 8b5c4af3ffdd3802a61cddd58892d38b455d4e27 (patch) | |
tree | c325abeb2ef35c9b5a2780539ab154672b3a4315 /usr.sbin/zic | |
parent | d90d7015f9b01a0171112ff744bf1571bd2dddce (diff) | |
download | src-8b5c4af3ffdd3802a61cddd58892d38b455d4e27.tar.gz src-8b5c4af3ffdd3802a61cddd58892d38b455d4e27.zip |
Notes
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/zic.8 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index b908d7ed6b37..4bc115e7ed77 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -56,7 +56,7 @@ as local time. .Nm Zic will act as if the input contained a link line of the form .Bd -literal -offset indent -Link timezone localtime +.No "Link timezone localtime .Ed (Note that this action has no effect on .Fx , @@ -78,7 +78,7 @@ time zone environment variables. .Nm Zic will act as if the input contained a link line of the form .Bd -literal -offset indent -Link timezone posixrules +.No "Link timezone posixrules .Ed .It Fl u Ar user After creating each output file, change its owner to @@ -113,9 +113,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 @@ -194,7 +194,7 @@ field. Give the time of day at which the rule takes effect. Recognized forms include: .Pp -.Bl -tag -width "1:28:14" -offset indent -compact +.Bl -tag -width "\&1:28:14" -offset indent -compact .It 2 time in hours .It 2:00 @@ -253,9 +253,9 @@ the variable part is null. .El .Pp A zone line has the form: -.Dl Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +.Dl "Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] 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 @@ -312,9 +312,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 @@ -328,9 +328,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 , |