diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-10 08:46:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-10 08:46:05 +0000 |
commit | d62b389816808f2c169d4765479c13b3628201f0 (patch) | |
tree | e74cf65bcab9bc9b3fb64fec7cabf197c3d06408 | |
parent | 1c873707389f3aa58cc88b3d38c1c0b62bab42a2 (diff) | |
download | coreutils-d62b389816808f2c169d4765479c13b3628201f0.tar.xz |
(usage): Document %u.
-rw-r--r-- | src/date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c index 380c749fa..ea02bb3f4 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\ |