summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2008-11-15 06:36:07 +0000
committerkeramida <keramida@FreeBSD.org>2008-11-15 06:36:07 +0000
commit5f11c86ecf5c4ffa81501894eed493d2f73d8db1 (patch)
tree10f66aa57ca0bff612c82c02156c4720920e8971 /usr.sbin/zic
parent862fc67526cb57f9b4ad7f24c3711a316713a135 (diff)
downloadFreeBSD-src-5f11c86ecf5c4ffa81501894eed493d2f73d8db1.zip
FreeBSD-src-5f11c86ecf5c4ffa81501894eed493d2f73d8db1.tar.gz
Add missing quotes to .Dl arguments.
This is harmless for the mandoc output, but it makes syntax highlighting of the .Dl argument string a bit prettier in Emacs.
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r--usr.sbin/zic/zic.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8
index c293cef..890d180 100644
--- a/usr.sbin/zic/zic.8
+++ b/usr.sbin/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
@@ -260,9 +260,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
OpenPOWER on IntegriCloud