svn commit: r334502 - in head: bin/date usr.bin/at usr.bin/last

Conrad Meyer cem at FreeBSD.org
Fri Jun 1 22:38:00 UTC 2018


Author: cem
Date: Fri Jun  1 22:37:59 2018
New Revision: 334502
URL: https://svnweb.freebsd.org/changeset/base/334502

Log:
  Update other man pages to match leap second reality
  
  Missed these in r334501; see justification there:
  
  https://svnweb.freebsd.org/base?view=revision&revision=334501
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/bin/date/date.1
  head/usr.bin/at/at.man
  head/usr.bin/last/last.1

Modified: head/bin/date/date.1
==============================================================================
--- head/bin/date/date.1	Fri Jun  1 22:34:59 2018	(r334501)
+++ head/bin/date/date.1	Fri Jun  1 22:37:59 2018	(r334502)
@@ -32,7 +32,7 @@
 .\"     @(#)date.1	8.3 (Berkeley) 4/28/95
 .\" $FreeBSD$
 .\"
-.Dd May 7, 2015
+.Dd June 1, 2018
 .Dt DATE 1
 .Os
 .Sh NAME
@@ -296,8 +296,8 @@ Hour, a number from 0 to 23.
 .It Ar MM
 Minutes, a number from 0 to 59.
 .It Ar ss
-Seconds, a number from 0 to 61
-(59 plus a maximum of two leap seconds).
+Seconds, a number from 0 to 60
+(59 plus a potential leap second).
 .El
 .Pp
 Everything but the minutes is optional.

Modified: head/usr.bin/at/at.man
==============================================================================
--- head/usr.bin/at/at.man	Fri Jun  1 22:34:59 2018	(r334501)
+++ head/usr.bin/at/at.man	Fri Jun  1 22:37:59 2018	(r334502)
@@ -294,7 +294,7 @@ The hour of the day, from 0 to 23.
 .It Ar mm
 The minute of the hour, from 0 to 59.
 .It Ar SS
-The second of the minute, from 0 to 61.
+The second of the minute, from 0 to 60.
 .El
 .Pp
 If the

Modified: head/usr.bin/last/last.1
==============================================================================
--- head/usr.bin/last/last.1	Fri Jun  1 22:34:59 2018	(r334501)
+++ head/usr.bin/last/last.1	Fri Jun  1 22:37:59 2018	(r334502)
@@ -28,7 +28,7 @@
 .\"     @(#)last.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd June 6, 2015
+.Dd June 1, 2018
 .Dt LAST 1
 .Os
 .Sh NAME
@@ -121,7 +121,7 @@ Hour of the day, from 0 to 23.
 .It Ar mm
 Minute of the hour, from 0 to 59.
 .It Ar SS
-Second of the minute, from 0 to 61.
+Second of the minute, from 0 to 60.
 .El
 .Pp
 If the


More information about the svn-src-head mailing list