From 30a6b9055848b9f5144e1bcb23f889be27fdbe58 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 16 Apr 1997 20:58:08 +0000 Subject: [PATCH] cleanup from danny@freebsd --- bin/date/date.1 | 4 ++-- bin/date/date.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/date/date.1 b/bin/date/date.1 index a0f8879401e..abea1b45ce8 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -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. diff --git a/bin/date/date.c b/bin/date/date.c index 21657cf53aa..3a2082535d6 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -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)) -- 2.20.1