Przeglądaj źródła

* zdump.8: Fix documentation of zdump cutoff behavior.

(Thanks to Tim Parenti for reporting the problem.)
Paul Eggert 11 lat temu
rodzic
commit
2e78bf08dc
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      zdump.8

+ 4 - 4
zdump.8

@@ -48,11 +48,11 @@ implementations with different time representations.
 Cut off verbose output at the given year(s).
 Cut off verbose output at the given year(s).
 Cutoff times are computed using the Gregorian calendar with year 0
 Cutoff times are computed using the Gregorian calendar with year 0
 and with Universal Time (UT) ignoring leap seconds.
 and with Universal Time (UT) ignoring leap seconds.
-The lower bound is inclusive and the upper is exclusive; for example, a
+The lower bound is exclusive and the upper is inclusive; for example, a
 .I loyear
 .I loyear
-of 1970 includes a transition occurring at the very start of 1970 but a
+of 1970 excludes a transition occurring at the very start of 1970 but a
 .I hiyear
 .I hiyear
-of 1970 excludes the transition.
+of 1970 includes the transition.
 The default cutoff is
 The default cutoff is
 .BR \*-500,2500 .
 .BR \*-500,2500 .
 .TP
 .TP
@@ -65,7 +65,7 @@ The
 determines whether the count includes leap seconds.
 determines whether the count includes leap seconds.
 As with
 As with
 .BR \*-c ,
 .BR \*-c ,
-the cutoff's lower bound is inclusive and its upper bound is exclusive.
+the cutoff's lower bound is exclusive and its upper bound is inclusive.
 .SH LIMITATIONS
 .SH LIMITATIONS
 Time discontinuities are found by sampling the results returned by localtime
 Time discontinuities are found by sampling the results returned by localtime
 at twelve-hour intervals.
 at twelve-hour intervals.