cleanup from danny@freebsd
authorderaadt <deraadt@openbsd.org>
Wed, 16 Apr 1997 20:58:08 +0000 (20:58 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 16 Apr 1997 20:58:08 +0000 (20:58 +0000)
bin/date/date.1
bin/date/date.c

index a0f8879..abea1b4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $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
@@ -120,7 +120,7 @@ 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).
+Year in abbreviated form (.e.g 89 for 1989, 06 for 2006).
 .It Ar mm
 Numeric month.
 A number from 1 to 12.
index 21657cf..3a20825 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 $    */
 
 /*
@@ -44,7 +44,7 @@ static char copyright[] =
 #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 */
 
@@ -116,7 +116,7 @@ main(argc, argv)
 
        /*
         * 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))