summaryrefslogtreecommitdiffstats
path: root/bin/date
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-10-03 18:09:17 +0000
committerwosch <wosch@FreeBSD.org>1997-10-03 18:09:17 +0000
commit1568227e023f88b56b9d7927c7413278a1a0314f (patch)
treef7d0ff6b8bef36dd9dd78173cd9104e7dacfa5f6 /bin/date
parentb25d2d5f2b4ff3abaa0e513c43c0dd41636d3ed2 (diff)
downloadFreeBSD-src-1568227e023f88b56b9d7927c7413278a1a0314f.zip
FreeBSD-src-1568227e023f88b56b9d7927c7413278a1a0314f.tar.gz
Change example from US to international standard date notation.
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index 68c9e1d..4082f1f 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.8.2.4 1997/09/14 13:07:03 jkh Exp $
+.\" $Id: date.1,v 1.20 1997/10/03 12:49:28 danny Exp $
.\"
.Dd November 17, 1993
.Dt DATE 1
@@ -183,12 +183,12 @@ and years are handled automatically.
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
-date ``+DATE: %m/%d/%y%nTIME: %H:%M:%S''
+date "+DATE: 19%y-%m-%d%nTIME: %H:%M:%S"
.Ed
.Pp
will display:
.Bd -literal -offset indent
-DATE: 11/21/87
+DATE: 1987-11-21
TIME: 13:36:16
.Ed
.Pp
OpenPOWER on IntegriCloud