diff options
| author | Daniel O'Callaghan <danny@FreeBSD.org> | 1999-01-13 07:01:07 +0000 |
|---|---|---|
| committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1999-01-13 07:01:07 +0000 |
| commit | fd5a0a9b4b035b1cb4291fb9817744c5b988ff63 (patch) | |
| tree | 0c78eed4bafa75e39552b7c7b7d0ed37effc6fbd /bin | |
| parent | 871e9ed3e488835ee919ae4ce03f890f8d74f36e (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/date/date.1 | 4 |
1 files 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: |
