diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-08 20:45:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-08 20:45:54 +0000 |
commit | 28a712f205c203ac2615e836569858278b11b65a (patch) | |
tree | fa9d9cd74e1210087e00a15b5f91c6f3ae82d375 /src | |
parent | cbd0078fcf030f30e80e1ea7371db8e452770de1 (diff) | |
download | coreutils-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')
-rw-r--r-- | src/date.c | 4 |
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\ |