diff options
author | 1999-02-01 07:50:46 +0000 | |
---|---|---|
committer | 1999-02-01 07:50:46 +0000 | |
commit | f2b6025f32949a4c4906eb09c76ab8cf8d93a180 (patch) | |
tree | ad9990b97a3df983fbe639b52a5694525f142833 | |
parent | remove the correct KFREE (diff) | |
download | wireguard-openbsd-f2b6025f32949a4c4906eb09c76ab8cf8d93a180.tar.xz wireguard-openbsd-f2b6025f32949a4c4906eb09c76ab8cf8d93a180.zip |
document y2k hacks a bit better
-rw-r--r-- | bin/date/date.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index ea69863803b..853bbc4ed0f 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.17 1998/12/15 01:20:18 aaron Exp $ +.\" $OpenBSD: date.1,v 1.18 1999/02/01 07:50:46 d Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -122,10 +122,10 @@ The canonical representation for setting the date and time is: .Pp .Bl -tag -width Ds -compact -offset indent .It Ar yy -Year in abbreviated form (e.g. 89 for 1989, 06 for 2006). +Year in abbreviated form (for years falling within 1969\(em2068). The format .Ar ccyymmddHHMM -is also permitted, for non-ambiguous years beyond 1999. +is also permitted, for non-ambiguous years. .It Ar mm Numeric month, a number from 1 to 12. .It Ar dd |