diff options
author | Daniel Baker <dbaker@FreeBSD.org> | 2000-05-19 18:02:25 +0000 |
---|---|---|
committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-05-19 18:02:25 +0000 |
commit | d5dc63cc0ab03cbeab78b6c6ffd763a6a5292117 (patch) | |
tree | 969ccfddf11f01eb0dcdf1165f5207f09332b694 /bin/date/date.1 | |
parent | 3ec91ea962ea924cfe3437d83d5561d7dca4c2f4 (diff) | |
download | src-d5dc63cc0ab03cbeab78b6c6ffd763a6a5292117.tar.gz src-d5dc63cc0ab03cbeab78b6c6ffd763a6a5292117.zip |
Correct confusion and differentiate appropriately between GMT and UTC when
date is launched with the "u" argument. It now operates in the documented
manner.
Fix typo in date man page.
Submitted by: David McNett <nugget@slacker.com>
Notes
Notes:
svn path=/head/; revision=60718
Diffstat (limited to 'bin/date/date.1')
-rw-r--r-- | bin/date/date.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 650a87171652..82551ada1d38 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -130,7 +130,7 @@ by future calls to .Xr gettimeofday 2 . .It Fl u Display or set the date in -.Tn UCT +.Tn UTC .Pq universal time. .It Fl v |