Module Name:    src
Committed By:   joerg
Date:           Fri Jan  8 23:14:13 UTC 2010

Modified Files:
        src/lib/libc/time: tzfile.5 zdump.8

Log Message:
Fix mdoc(7)/man(7) mix up.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/time/tzfile.5
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/time/zdump.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/time/tzfile.5
diff -u src/lib/libc/time/tzfile.5:1.14 src/lib/libc/time/tzfile.5:1.15
--- src/lib/libc/time/tzfile.5:1.14	Thu Dec 31 22:49:16 2009
+++ src/lib/libc/time/tzfile.5	Fri Jan  8 23:14:13 2010
@@ -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 @@
 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 @@
 .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

Index: src/lib/libc/time/zdump.8
diff -u src/lib/libc/time/zdump.8:1.7 src/lib/libc/time/zdump.8:1.8
--- src/lib/libc/time/zdump.8:1.7	Thu Dec 31 22:49:16 2009
+++ src/lib/libc/time/zdump.8	Fri Jan  8 23:14:13 2010
@@ -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 @@
 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;

Reply via email to