Cartsen Hey

as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276248

    Changed range for "%S" from 0..61 to 0..60.

    SUSv3 says 0..60.  I think the manual page probably says
    0..61, because that's what SUSv2 said.
    (Some other implementations' man pages also say 0..61 --
    e.g., Solaris 8 & 9, Tru64 5.1B; FreeBSD 5.1 says 0..60.)

    The glibc manual currently says 0..60.

    Given that SUSv3 says 0..60, I've changed this the
    manual page to also say this:

        -The second as a decimal number (range 00 to 61).
        +The second as a decimal number (range 00 to 60).
        +(The range is up to 60 to allow for occasional leap seconds.)
This commit is contained in:
Michael Kerrisk 2004-12-20 11:22:11 +00:00
parent d536842d52
commit 0c00f46ce7
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ The number of seconds since the Epoch, i.e., since 1970-01-01
00:00:00 UTC. (TZ)
.TP
.B %S
The second as a decimal number (range 00 to 61).
The second as a decimal number (range 00 to 60).
(The range is up to 60 to allow for occasional leap seconds.)
.TP
.B %t
A tab character. (SU)