From c7e3d05330ece8f86a3e4f67b64867c2cef34a8d Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 19 Mar 1998 16:26:35 +0000 Subject: [PATCH] Correct doc for tm.tm_sec to document range 0..61, not 0..60 (strptime(3) legally assigns 61 here if specified by the user) --- lib/libc/time/ctime.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 893751750a1f..805dd2ef170c 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctime.3,v 1.13 1997/07/14 23:35:02 kleink Exp $ +.\" $NetBSD: ctime.3,v 1.14 1998/03/19 16:26:35 tv Exp $ .TH CTIME 3 .SH NAME asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII @@ -144,7 +144,7 @@ includes the following fields: .PP .nf .ta .5i +\w'long tm_gmtoff;\0\0'u - int tm_sec; /\(** seconds (0 - 60) \(**/ + int tm_sec; /\(** seconds (0 - 61) \(**/ int tm_min; /\(** minutes (0 - 59) \(**/ int tm_hour; /\(** hours (0 - 23) \(**/ int tm_mday; /\(** day of month (1 - 31) \(**/