summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-12-28 21:18:17 +0000
committerJim Meyering <jim@meyering.net>1993-12-28 21:18:17 +0000
commit704a7eba4a17dd28daa9eecace2c741e3401c0bc (patch)
tree123baf7e6745756612b36d168fa29747fc32b3b6 /src/date.c
parent2db44d14e45b2ae891722bac76ddb6692494fce2 (diff)
downloadcoreutils-704a7eba4a17dd28daa9eecace2c741e3401c0bc.tar.xz
who.c
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c
index b6159f209..2fe4783d4 100644
--- a/src/date.c
+++ b/src/date.c
@@ -270,7 +270,7 @@ FORMAT controls the output. Interpreted sequences are:\n\
%%r time, 12-hour (hh:mm:ss [AP]M)\n\
%%s seconds since 00:00:00, Jan 1, 1970 (a nonstandard extension)\n\
%%t a horizontal tab\n\
- %%w day of week (0..6)\n\
+ %%w day of week (0..6); 0 represents Sunday\n\
%%x locale's date representation (mm/dd/yy)\n\
%%y last two digits of year (00..99)\n\
");