From: Jim Meyering Date: Sun, 30 Apr 1995 12:57:50 +0000 (+0000) Subject: (usage): Fix per kb's suggestions. X-Git-Tag: textutils-1_12_1~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d94a2954dc1e805e1bd04fb10fdf837e9c15274;p=thirdparty%2Fcoreutils.git (usage): Fix per kb's suggestions. --- diff --git a/src/date.c b/src/date.c index 27bf691c3a..06da60393f 100644 --- a/src/date.c +++ b/src/date.c @@ -378,9 +378,8 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%Y year (1970...)\n\ %%Z time zone (e.g., EDT), or nothing if no time zone is determinable\n\ \n\ -By default, `date' pads numeric fields with zeroes. GNU `date'\n\ -recognizes the following nonstandard modifiers between `%%' and a\n\ -numeric directive.\n\ +By default, date pads numeric fields with zeroes. GNU date recognizes\n\ +the following modifiers between `%%' and a numeric directive.\n\ \n\ `-' (hyphen) do not pad the field\n\ `_' (underscore) pad the field with spaces\n\