the default path is /var/mail, not /var/spool/mail...
[unix-history] / usr / src / usr.bin / cal / cal.1
CommitLineData
f69e2e1b
KB
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
b9a1d8a4
KB
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kim Letkeman.
6.\"
b5dc1377 7.\" %sccs.include.redist.man%
b9a1d8a4 8.\"
88869ade 9.\" @(#)cal.1 8.2 (Berkeley) %G%
2b6d75af 10.\"
b5dc1377
CL
11.Dd
12.Dt CAL 1
0e853b88 13.Os
b5dc1377
CL
14.Sh NAME
15.Nm cal
16.Nd displays a calendar
17.Sh SYNOPSIS
18.Nm cal
19.Op Fl jy
88869ade 20.Op Oo Ar month Oc Ar \ year
b5dc1377
CL
21.Sh DESCRIPTION
22.Nm Cal
23displays a simple calendar.
5325ced3
CL
24If arguments are not specified,
25the current month is displayed.
11fe6e56 26The options are as follows:
0e853b88
CL
27.Bl -tag -width Ds
28.It Fl j
97559f9e 29Display julian dates (days one-based, numbered from January 1).
0e853b88 30.It Fl y
11fe6e56 31Display a calendar for the current year.
0e853b88 32.El
b5dc1377 33.Pp
b9a1d8a4 34A single parameter specifies the year (1 - 9999) to be displayed;
0e853b88
CL
35note the year must be fully specified:
36.Dq Li cal 89
37will
b5dc1377 38.Em not
b9a1d8a4
KB
39display a calendar for 1989.
40Two parameters denote the month (1 - 12) and year.
41If no parameters are specified, the current month's calendar is
b5dc1377
CL
42displayed.
43.Pp
b9a1d8a4 44A year starts on Jan 1.
b5dc1377 45.Pp
8f98235f
KB
46The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd
47of September.
48By this time, most countries had recognized the reformation (although a
49few did not recognize it until the early 1900's.)
50Ten days following that date were eliminated by the reformation, so the
51calendar for that month is a bit unusual.
b5dc1377
CL
52.Sh HISTORY
53A
54.Nm
5556af47 55command appeared in Version 6 AT&T UNIX.