34 lines
785 B
Groff
34 lines
785 B
Groff
.\" @(#)cal.1 1.1 92/07/30 SMI; from S5R2 6.2 83/09/02
|
|
.TH CAL 1 "9 September 1987"
|
|
.SH NAME
|
|
cal \- display a calendar
|
|
.SH SYNOPSIS
|
|
.B cal
|
|
[
|
|
[
|
|
.I month
|
|
]
|
|
.I year
|
|
]
|
|
.SH DESCRIPTION
|
|
.IX cal "" "\fLcal\fP \(em display calendar"
|
|
.B cal
|
|
displays a calendar for the specified year.
|
|
If a month is also specified, a calendar for that month
|
|
only is displayed.
|
|
If neither is specified, a calendar for the present month is printed.
|
|
.LP
|
|
.I year
|
|
can be between 1 and 9999. Be aware that
|
|
.RB ` "cal 78" '
|
|
refers to the early Christian era, not the 20th century.
|
|
Also, the year is always considered to start in January,
|
|
even though this is historically naive.
|
|
.LP
|
|
.I month
|
|
is a number between 1 and 12.
|
|
.LP
|
|
The calendar produced is that for England and her colonies.
|
|
.LP
|
|
Try September 1752.
|