From fd5a0a9b4b035b1cb4291fb9817744c5b988ff63 Mon Sep 17 00:00:00 2001 From: Daniel O'Callaghan Date: Wed, 13 Jan 1999 07:01:07 +0000 Subject: [PATCH] Example "19%y" changed to "%Y" to discourage poor usage. --- bin/date/date.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/date/date.1 b/bin/date/date.1 index 6d87af9633f8..cf0c792626c9 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $Id: date.1,v 1.24 1998/05/06 06:51:13 charnier Exp $ +.\" $Id: date.1,v 1.25 1998/05/13 07:56:44 phk Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 @@ -183,7 +183,7 @@ and years are handled automatically. .Sh EXAMPLES The command: .Bd -literal -offset indent -date "+DATE: 19%y-%m-%d%nTIME: %H:%M:%S" +date "+DATE: %Y-%m-%d%nTIME: %H:%M:%S" .Ed .Pp will display: