Module Name: src
Committed By: abhinav
Date: Tue Jan 3 16:01:05 UTC 2017
Modified Files:
src/bin/date: date.1
Log Message:
The range of the SS field is [0,60]
>From the POSIX time.h man page:
"The formal definition of UTC does not permit double leap seconds, so all
mention of double leap seconds has been removed, and the range shortened from
the former [0,61] seconds seen in previous versions of POSIX."
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/bin/date/date.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/date/date.1
diff -u src/bin/date/date.1:1.43 src/bin/date/date.1:1.44
--- src/bin/date/date.1:1.43 Thu Aug 11 00:38:06 2016
+++ src/bin/date/date.1 Tue Jan 3 16:01:05 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: date.1,v 1.43 2016/08/11 00:38:06 sevan Exp $
+.\" $NetBSD: date.1,v 1.44 2017/01/03 16:01:05 abhinav Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -148,7 +148,7 @@ The hour of the day, from 00 to 23.
.It Ar MM
The minute of the hour, from 00 to 59.
.It Ar SS
-The second of the minute, from 00 to 61.
+The second of the minute, from 00 to 60.
.El
.Pp
Everything but the minutes is optional.