diff options
author | 1998-06-09 07:14:13 +0000 | |
---|---|---|
committer | 1998-06-09 07:14:13 +0000 | |
commit | 74008d8ba14616bc816efa3389159fbb21e14425 (patch) | |
tree | f99132bb3235f4d62971e5461fed415c171d7de6 | |
parent | Add uu_lock_txfr() for donating locks to another process. (diff) | |
download | wireguard-openbsd-74008d8ba14616bc816efa3389159fbb21e14425.tar.xz wireguard-openbsd-74008d8ba14616bc816efa3389159fbb21e14425.zip |
bah
-rw-r--r-- | bin/date/date.1 | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 9a26b46a6ea..aff270d2f01 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.10 1998/05/13 10:33:18 deraadt Exp $ +.\" $OpenBSD: date.1,v 1.11 1998/06/09 07:14:13 deraadt Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -216,21 +216,6 @@ between and .Xr timed 8 fails. -.Sh BUGS -The system attempts to keep the date in a format closely compatible -with -.Tn VMS . -.Tn VMS , -however, uses local time (rather than -.Tn GMT ) -and does not understand daylight-savings time. -Thus, if you use both -.Tn UNIX -and -.Tn VMS , -.Tn VMS -will be running on -.Tn GMT . .Sh STANDARDS The .Nm date |