diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-11-15 06:41:57 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-11-15 06:41:57 +0000 |
commit | 92bf2d25616b75a9cf3fd58652df147b3cf284ad (patch) | |
tree | f6e393efbc2286ab7e340c9ca730982fdee682d0 /usr.sbin/zic | |
parent | 663650912794d35d2419a17ce1beb32401aab6c3 (diff) | |
download | src-92bf2d25616b75a9cf3fd58652df147b3cf284ad.tar.gz src-92bf2d25616b75a9cf3fd58652df147b3cf284ad.zip |
Notes
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/zic.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index 890d18046fdf..76a5a883cd9d 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -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 , |