]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
The range of tm_sec is 0..60 (not 0..61).
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Apr 2006 05:49:35 +0000 (05:49 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Apr 2006 05:49:35 +0000 (05:49 +0000)
man3/ctime.3

index 535599fc73e6e508eaff35120832f439e8862aa4..efdd5ef967a84abb0d4b9ce79d45ab142e73aab0 100644 (file)
@@ -90,7 +90,7 @@ The members of the \fItm\fP structure are:
 .TP
 .I tm_sec
 The number of seconds after the minute, normally in the range 0 to 59, 
-but can be up to 61 to allow for leap seconds.
+but can be up to 60 to allow for leap seconds.
 .TP
 .I tm_min
 The number of minutes after the hour, in the range 0 to 59.