summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-16 20:41:29 +0000
committerJim Meyering <jim@meyering.net>2000-01-16 20:41:29 +0000
commit53000596a9656675e651e0fb8655a70ddf5160e0 (patch)
tree26cdae70b256a269d3c6431403943dacfe7963c5 /src/date.c
parentccd763bee2f1295bdbf45e030d34e42f0c463284 (diff)
downloadcoreutils-53000596a9656675e651e0fb8655a70ddf5160e0.tar.xz
(usage): Correct error in %V description.
From Wolfram Kleff.
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/date.c b/src/date.c
index 2238b9b70..ef8563a7f 100644
--- a/src/date.c
+++ b/src/date.c
@@ -1,5 +1,5 @@
/* date - print or set the system date and time
- Copyright (C) 1989-1999 Free Software Foundation, Inc.
+ Copyright (C) 1989-2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -165,7 +165,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\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\
- %%V week number of year with Monday as first day of week (01..52)\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\
%%W week number of year with Monday as first day of week (00..53)\n\
%%x locale's date representation (mm/dd/yy)\n\