Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time As per the IEEE 1003.1-2008 standard, the rang...



details:   https://anonhg.NetBSD.org/src/rev/46a66beaf822
branches:  trunk
changeset: 819972:46a66beaf822
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Dec 25 06:37:50 2016 +0000

description:
As per the IEEE 1003.1-2008 standard, the range of values for the %S
format specifier is [0,60].

diffstat:

 lib/libc/time/strptime.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d730b2a1baf -r 46a66beaf822 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Sun Dec 25 06:30:58 2016 +0000
+++ b/lib/libc/time/strptime.3  Sun Dec 25 06:37:50 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strptime.3,v 1.34 2015/10/31 02:09:06 ginsbach Exp $
+.\"    $NetBSD: strptime.3,v 1.35 2016/12/25 06:37:50 abhinav Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -162,7 +162,7 @@
 .It Cm \&%R
 the time as %H:%M.
 .It Cm \&%S
-the seconds [0,61];
+the seconds [0,60];
 leading zeros are permitted but not required.
 .It Cm \&%s
 the number of seconds since the Epoch, UTC (see



Home | Main Index | Thread Index | Old Index