diff options
author | Jim Meyering <jim@meyering.net> | 1995-04-30 12:57:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-04-30 12:57:50 +0000 |
commit | 6d94a2954dc1e805e1bd04fb10fdf837e9c15274 (patch) | |
tree | cb72169b3784f485e36b2d8457804d7b76c99766 | |
parent | 843193374f8ef180c6512874584390f95feb0468 (diff) | |
download | coreutils-6d94a2954dc1e805e1bd04fb10fdf837e9c15274.tar.xz |
(usage): Fix per kb's suggestions.
-rw-r--r-- | src/date.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/date.c b/src/date.c index 27bf691c3..06da60393 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\ |