diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man7/cal.7 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man7/cal.7')
| -rw-r--r-- | static/v10/man7/cal.7 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/static/v10/man7/cal.7 b/static/v10/man7/cal.7 new file mode 100644 index 00000000..0d154038 --- /dev/null +++ b/static/v10/man7/cal.7 @@ -0,0 +1,33 @@ +.TH CAL 7 +.CT 1 inst_info time_man +.SH NAME +cal \- print calendar +.SH SYNOPSIS +.B cal +[ +.I month +] +.I year +.SH DESCRIPTION +.I Cal +prints a calendar for the specified year. +If a month is also specified, a calendar +just for that month is printed. +.I Year +can be between 1 +and 9999. +The +.I month +is a number between 1 and 12. +The calendar +produced is that for England and her colonies. +.PP +Try September 1752. +.SH BUGS +The year is always considered to start in January even though this +is historically naive. +.br +Beware that +.L "cal 90" +refers to the early Christian era, +not the 20th century. |
