From: Jim Meyering Date: Sun, 8 Jan 2006 20:45:54 +0000 (+0000) Subject: (usage): Adjust the formatting of the entries for X-Git-Tag: v6.0~946 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28a712f205c203ac2615e836569858278b11b65a;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/src/date.c b/src/date.c index c1506e434b..187956a311 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\