changeset 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 82449d607d20
children 6131fead3135
files doc/interpreter/system.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/system.txi	Tue Apr 17 13:13:22 2012 -0400
+++ b/doc/interpreter/system.txi	Tue Apr 17 14:42:49 2012 -0400
@@ -53,7 +53,7 @@
 Microseconds after the second (0-999999).
 
 @item sec
-Seconds after the minute (0-61).  This number can be 61 to account
+Seconds after the minute (0-60).  This number can be 60 to account
 for leap seconds.
 
 @item min