From 6ad102b0ef6775bde08caa7f84fe2395cf8e5894 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 8 Jan 2010 23:14:13 +0000 Subject: [PATCH] Fix mdoc(7)/man(7) mix up. --- lib/libc/time/tzfile.5 | 7 +++---- lib/libc/time/zdump.8 | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lib/libc/time/tzfile.5 b/lib/libc/time/tzfile.5 index 37aa6ab217c..59412fa64f5 100644 --- a/lib/libc/time/tzfile.5 +++ b/lib/libc/time/tzfile.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: tzfile.5,v 1.13 2009/03/09 19:24:27 joerg Exp $ +.\" $NetBSD: tzfile.5,v 1.14 2009/12/31 22:49:16 mlelstv Exp $ .\" .\" @(#)tzfile.5 7.11 .\" This file is in the public domain, so clarified as of @@ -67,9 +67,8 @@ types described in the file is associated with the same-indexed transition time. These values serve as indices into an array of .Fa ttinfo -.I ttinfo structures (with -.I tzh_typecnt +.Va tzh_typecnt entries) that appears next in the file; these structures are defined as follows: .Bd -literal @@ -141,7 +140,7 @@ if either .Va tzh_timecnt is zero or the time argument is less than the first transition time recorded in the file. -.PP +.Pp For version-2-format time zone files, the above header and data is followed by a second header and data, identical in format except that diff --git a/lib/libc/time/zdump.8 b/lib/libc/time/zdump.8 index 3a4908f7837..4c5c743b8f2 100644 --- a/lib/libc/time/zdump.8 +++ b/lib/libc/time/zdump.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: zdump.8,v 1.6 2009/03/09 19:24:27 joerg Exp $ +.\" $NetBSD: zdump.8,v 1.7 2009/12/31 22:49:16 mlelstv Exp $ .\" @(#)zdump.8 7.4 .Dd October 29, 2003 .Dt ZDUMP 8 @@ -42,12 +42,12 @@ Cut off the verbose output near the start of the given year(s). By default, the program cuts off verbose output near the starts of the years -500 and 2500. .El -.SH LIMITATIONS +.Sh LIMITATIONS The -.B \-v +.Fl v option may not be used on systems with floating-point time_t values that are neither float nor double. -.PP +.Pp Time discontinuities are found by sampling the results returned by localtime at twelve-hour intervals. This works in all real-world cases; -- 2.11.4.GIT