summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-08 20:45:54 +0000
committerJim Meyering <jim@meyering.net>2006-01-08 20:45:54 +0000
commit28a712f205c203ac2615e836569858278b11b65a (patch)
treefa9d9cd74e1210087e00a15b5f91c6f3ae82d375 /src/date.c
parentcbd0078fcf030f30e80e1ea7371db8e452770de1 (diff)
downloadcoreutils-28a712f205c203ac2615e836569858278b11b65a.tar.xz
(usage): Adjust the formatting of the entries for
%::z and %:::z (separate with two spaces, not one) so that help2man formats them properly. Reported by Philip Rowlands.
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 c1506e434..187956a31 100644
--- a/src/date.c
+++ b/src/date.c
@@ -218,8 +218,8 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
fputs (_("\
%z +hhmm numeric timezone (e.g., -0400)\n\
%:z +hh:mm numeric timezone (e.g., -04:00)\n\
- %::z +hh:mm:ss numeric time zone (e.g., -04:00:00)\n\
- %:::z numeric time zone with : to necessary precision (e.g., -04, +05:30)\n\
+ %::z +hh:mm:ss numeric time zone (e.g., -04:00:00)\n\
+ %:::z numeric time zone with : to necessary precision (e.g., -04, +05:30)\n\
%Z alphabetic time zone abbreviation (e.g., EDT)\n\
\n\
By default, date pads numeric fields with zeroes.\n\