summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-13 18:27:24 +0000
committerJim Meyering <jim@meyering.net>1996-04-13 18:27:24 +0000
commitd283aef5ca9a33e0eb2f676199943effce13704f (patch)
treee80438cf47e0f762deda1419a42fee58edf4e7b5 /src/date.c
parentbe333ac3a5a28626752045efb82c03c289156fd0 (diff)
downloadcoreutils-d283aef5ca9a33e0eb2f676199943effce13704f.tar.xz
(usage): Add missing `\n\' at the end of newly added lines for %e and %z.
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/date.c b/src/date.c
index e63fb2356..99309606c 100644
--- a/src/date.c
+++ b/src/date.c
@@ -388,7 +388,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
%%c locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n\
%%d day of month (01..31)\n\
%%D date (mm/dd/yy)\n\
- %%e day of month, blank padded ( 1..31)
+ %%e day of month, blank padded ( 1..31)\n\
%%h same as %%b\n\
%%H hour (00..23)\n\
%%I hour (01..12)\n\
@@ -411,7 +411,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
%%X locale's time representation (%%H:%%M:%%S)\n\
%%y last two digits of year (00..99)\n\
%%Y year (1970...)\n\
- %%z RFC-822 style numeric timezone (-0500) (a nonstandard extension)
+ %%z RFC-822 style numeric timezone (-0500) (a nonstandard extension)\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 recognizes\n\