Deleted Added
full compact
calendar.1 (84294) calendar.1 (95124)
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)calendar.1 8.1 (Berkeley) 6/29/93
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)calendar.1 8.1 (Berkeley) 6/29/93
33.\" $FreeBSD: head/usr.bin/calendar/calendar.1 84294 2001-10-01 13:32:46Z ru $
33.\" $FreeBSD: head/usr.bin/calendar/calendar.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd October 1, 2001
36.Dt CALENDAR 1
37.Os
38.Sh NAME
39.Nm calendar
40.Nd reminder service
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl A Ar num
45.Op Fl B Ar num
46.Op Fl f Ar calendarfile
47.Oo Fl t Ar dd Ns
48.Sm off
49.Op . Ar mm Op . Ar year
50.Sm on
51.Oc
52.Sh DESCRIPTION
34.\"
35.Dd October 1, 2001
36.Dt CALENDAR 1
37.Os
38.Sh NAME
39.Nm calendar
40.Nd reminder service
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl A Ar num
45.Op Fl B Ar num
46.Op Fl f Ar calendarfile
47.Oo Fl t Ar dd Ns
48.Sm off
49.Op . Ar mm Op . Ar year
50.Sm on
51.Oc
52.Sh DESCRIPTION
53.Nm Calendar
54checks the current directory for a file named
53The
54.Nm
55utility checks the current directory for a file named
55.Pa calendar
56and displays lines that begin with either today's date
57or tomorrow's.
58On Fridays, events on Friday through Monday are displayed.
59.Pp
60The following options are available:
61.Bl -tag -width Ds
62.It Fl a

--- 163 unchanged lines hidden (view full) ---

226This is no longer true, the date is only recognized when it occurs
227at the beginning of a line.
228.Sh HISTORY
229A
230.Nm
231command appeared in
232.At v7 .
233.Sh BUGS
56.Pa calendar
57and displays lines that begin with either today's date
58or tomorrow's.
59On Fridays, events on Friday through Monday are displayed.
60.Pp
61The following options are available:
62.Bl -tag -width Ds
63.It Fl a

--- 163 unchanged lines hidden (view full) ---

227This is no longer true, the date is only recognized when it occurs
228at the beginning of a line.
229.Sh HISTORY
230A
231.Nm
232command appeared in
233.At v7 .
234.Sh BUGS
234.Nm Calendar
235doesn't handle Jewish holidays and moon phases.
235The
236.Nm
237utility doesn't handle Jewish holidays and moon phases.