-.\" $OpenBSD: date.1,v 1.3 1996/03/18 08:43:29 niklas Exp $
+.\" $OpenBSD: date.1,v 1.4 1997/04/16 20:58:08 deraadt Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.Pp
.Bl -tag -width Ds -compact -offset indent
.It Ar yy
-Year in abbreviated form (.e.g 89 for 1989).
+Year in abbreviated form (.e.g 89 for 1989, 06 for 2006).
.It Ar mm
Numeric month.
A number from 1 to 12.
-/* $OpenBSD: date.c,v 1.3 1997/04/04 08:59:38 deraadt Exp $ */
+/* $OpenBSD: date.c,v 1.4 1997/04/16 20:58:09 deraadt Exp $ */
/* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */
/*
#if 0
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: date.c,v 1.3 1997/04/04 08:59:38 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: date.c,v 1.4 1997/04/16 20:58:09 deraadt Exp $";
#endif
#endif /* not lint */
/*
* If -d or -t, set the timezone or daylight savings time; this
- * doesn't belong here, there kernel should not know about either.
+ * doesn't belong here, the kernel should not know about either.
*/
if ((tz.tz_minuteswest || tz.tz_dsttime) &&
settimeofday(NULL, &tz))