comparison doc/interpreter/system.txi @ 14570:d07d96e53612 stable

seconds after the minute can be 0-60, not 0-61 * system.txi (Timing Utilities): Correct possible values for number of seconds in time structures. From Rafael Arndt <rafaelarndt@gmail.com>.
author John W. Eaton <jwe@octave.org>
date Tue, 17 Apr 2012 14:42:49 -0400
parents 72c96de7a403
children 1c0f0e8f9a1b
comparison
equal deleted inserted replaced
14568:82449d607d20 14570:d07d96e53612
51 @table @code 51 @table @code
52 @item usec 52 @item usec
53 Microseconds after the second (0-999999). 53 Microseconds after the second (0-999999).
54 54
55 @item sec 55 @item sec
56 Seconds after the minute (0-61). This number can be 61 to account 56 Seconds after the minute (0-60). This number can be 60 to account
57 for leap seconds. 57 for leap seconds.
58 58
59 @item min 59 @item min
60 Minutes after the hour (0-59). 60 Minutes after the hour (0-59).
61 61