Fix mdoc(7)/man(7) mix up.

This commit is contained in:
joerg 2010-01-08 23:14:13 +00:00
parent 0b729bd389
commit 635076e0b1
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tzfile.5,v 1.14 2009/12/31 22:49:16 mlelstv Exp $
.\" $NetBSD: tzfile.5,v 1.15 2010/01/08 23:14:13 joerg 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

View File

@ -1,4 +1,4 @@
.\" $NetBSD: zdump.8,v 1.7 2009/12/31 22:49:16 mlelstv Exp $
.\" $NetBSD: zdump.8,v 1.8 2010/01/08 23:14:13 joerg 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;