Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Fix mdoc(7)/man(7) mix up.
details: https://anonhg.NetBSD.org/src/rev/903ebcbea5cd
branches: trunk
changeset: 750633:903ebcbea5cd
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Jan 08 23:14:13 2010 +0000
description:
Fix mdoc(7)/man(7) mix up.
diffstat:
lib/libc/time/tzfile.5 | 7 +++----
lib/libc/time/zdump.8 | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r 9898f925a4d9 -r 903ebcbea5cd lib/libc/time/tzfile.5
--- a/lib/libc/time/tzfile.5 Fri Jan 08 22:03:13 2010 +0000
+++ b/lib/libc/time/tzfile.5 Fri Jan 08 23:14:13 2010 +0000
@@ -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
diff -r 9898f925a4d9 -r 903ebcbea5cd lib/libc/time/zdump.8
--- a/lib/libc/time/zdump.8 Fri Jan 08 22:03:13 2010 +0000
+++ b/lib/libc/time/zdump.8 Fri Jan 08 23:14:13 2010 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index