diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-12 02:28:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-12 02:28:27 +0000 |
commit | a5b38192d033a1db41080b6bd9fe1cec3ea06b0a (patch) | |
tree | 771d9360059e1cbbfe8e31a0e137a6da16a05a82 | |
parent | 5681a0705f7dfd5799aed169d3995ef86e65c407 (diff) | |
download | coreutils-a5b38192d033a1db41080b6bd9fe1cec3ea06b0a.tar.gz coreutils-a5b38192d033a1db41080b6bd9fe1cec3ea06b0a.tar.bz2 coreutils-a5b38192d033a1db41080b6bd9fe1cec3ea06b0a.zip |
(Time directives) [%S]: Range is 0..60, not 0..61.
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 6b36bd2a0..b8600abe2 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2258,7 +2258,7 @@ Note that this value is the number of seconds between the epoch and the current date as defined by the localtime system call. It isn't changed by the @samp{--date} option. @item %S -second (00@dots{}61) +second (00@dots{}60) @item %T time, 24-hour (hh:mm:ss) @item %X |