From: Jim Meyering Date: Sun, 1 Aug 1999 11:02:28 +0000 (+0000) Subject: (usage): Correct description of %S; (00..60, not 00..61). X-Git-Tag: TEXTUTILS-1_22q~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a1a07092679b509c3cdb97acd4830bcb739f20f;p=thirdparty%2Fcoreutils.git (usage): Correct description of %S; (00..60, not 00..61). From Ken Pizzini. --- diff --git a/src/date.c b/src/date.c index 85588dce65..869794b6e5 100644 --- a/src/date.c +++ b/src/date.c @@ -163,7 +163,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%p locale's AM or PM\n\ %%r time, 12-hour (hh:mm:ss [AP]M)\n\ %%s seconds since 00:00:00, Jan 1, 1970 (a GNU extension)\n\ - %%S second (00..61)\n\ + %%S second (00..60)\n\ %%t a horizontal tab\n\ %%T time, 24-hour (hh:mm:ss)\n\ %%U week number of year with Sunday as first day of week (00..53)\n\