From ec07274b9d8ae401e33a3b1f676778f3991dd9be Mon Sep 17 00:00:00 2001 From: ats Date: Sun, 28 Aug 1994 16:52:46 +0000 Subject: Reviewed by: Submitted by: Correct two typos in the format string usages. --- bin/date/date.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/date') diff --git a/bin/date/date.1 b/bin/date/date.1 index 0eb6c7b..d7290e0 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -106,7 +106,7 @@ in the manual page, as well as any arbitrary text. The format string for the default display is: .Bd -literal -offset indent -``%a %b %e %H:%M:%S %Z n''. +``%a %b %e %H:%M:%S %Z %Y%n''. .Ed .Pp If an operand does not have a leading plus sign, it is interpreted as @@ -136,7 +136,7 @@ and years are handled automatically. .Sh EXAMPLES The command: .Bd -literal -offset indent -date ``+DATE: %m/%d/%y%nTIME: %H:%M:0n'' +date ``+DATE: %m/%d/%y%nTIME: %H:%M:%S%n'' .Ed .Pp will display: -- cgit v1.1