From: Jim Meyering Date: Sat, 10 Nov 2001 08:46:05 +0000 (+0000) Subject: (usage): Document %u. X-Git-Tag: TEXTUTILS-2_0_17~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62b389816808f2c169d4765479c13b3628201f0;p=thirdparty%2Fcoreutils.git (usage): Document %u. --- diff --git a/src/date.c b/src/date.c index 380c749fae..ea02bb3f45 100644 --- a/src/date.c +++ b/src/date.c @@ -166,6 +166,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%S second (00..60)\n\ %%t a horizontal tab\n\ %%T time, 24-hour (hh:mm:ss)\n\ + %%u day of week (1..7); 1 represents Monday\n\ %%U week number of year with Sunday as first day of week (00..53)\n\ %%V week number of year with Monday as first day of week (01..53)\n\ %%w day of week (0..6); 0 represents Sunday\n\