From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 08:43:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B8216A4D8 for ; Thu, 21 Aug 2003 08:43:42 -0700 (PDT) Received: from remt29.cluster1.charter.net (remt29.cluster1.charter.net [209.225.8.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2455143F3F for ; Thu, 21 Aug 2003 08:43:42 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt29.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 117128753 for freebsd-questions@freebsd.org; Thu, 21 Aug 2003 11:43:37 -0400 From: "Charles Howse" To: Date: Thu, 21 Aug 2003 10:43:17 -0500 Message-ID: <004901c367fa$f848c770$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <200308220104.04652.malcolm.kay@internode.on.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Calendar program dates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 15:43:43 -0000 > > OK, I jumped the gun here. > > After browsing through some of the calendar.* files, I=20 > realize that it > > sends an event for tomorrow if no event for today exists. > > Sorry about that. :-) > > >=20 > From the man page:- >=20 > The calendar utility checks the current directory for a=20 > file named > calendar and displays lines that begin with either=20 > today's date or tomor- > row's. On the day before a weekend (normally Friday),=20 > events for the > next three days are displayed. I read the man page before I posted, but didn't understand what "either today's date or tomorrow's." meant before I browsed the calendar.* files. I thought it might be set to display tomorrow's date by default and I needed to set it to display today's date.