From 28a712f205c203ac2615e836569858278b11b65a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2006 20:45:54 +0000 Subject: (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. --- src/date.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/date.c') 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\ -- cgit v1.2.3-54-g00ecf