From: Jim Meyering Date: Fri, 9 Mar 2001 18:28:33 +0000 (+0000) Subject: (usage): Describe %C. X-Git-Tag: FILEUTILS-4_0_42~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f07e4b2502e622ca6c4327776d0a10f095721cb;p=platform%2Fupstream%2Fcoreutils.git (usage): Describe %C. --- diff --git a/src/date.c b/src/date.c index dbb9d42..ac38f87 100644 --- a/src/date.c +++ b/src/date.c @@ -147,6 +147,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%b locale's abbreviated month name (Jan..Dec)\n\ %%B locale's full month name, variable length (January..December)\n\ %%c locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n\ + %%C century (year divided by 100 and truncated to an integer) [00-99]\n\ %%d day of month (01..31)\n\ %%D date (mm/dd/yy)\n\ %%e day of month, blank padded ( 1..31)\n\