svn commit: r184985 - head/usr.sbin/zic

Giorgos Keramidas keramida at FreeBSD.org
Fri Nov 14 22:41:58 PST 2008


Author: keramida (doc committer)
Date: Sat Nov 15 06:41:57 2008
New Revision: 184985
URL: http://svn.freebsd.org/changeset/base/184985

Log:
  Finish a few more .Dl "quoted" arguments missed in revision 184984

Modified:
  head/usr.sbin/zic/zic.8

Modified: head/usr.sbin/zic/zic.8
==============================================================================
--- head/usr.sbin/zic/zic.8	Sat Nov 15 06:36:07 2008	(r184984)
+++ head/usr.sbin/zic/zic.8	Sat Nov 15 06:41:57 2008	(r184985)
@@ -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 ,


More information about the svn-src-head mailing list