source: buchla-68k/orig/doc/Utilities/CAL.MAN@ 3ae31e9

Last change on this file since 3ae31e9 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 707 bytes
Line 
1
2CAL(1) TOOLS Programmer's Manual CAL(1)
3
4
5NAME
6 cal - print a calendar
7
8SYNOPSIS
9 cal [ year ] [ month ]
10
11
12DESCRIPTION
13 When invoked without arguments, cal prints a calander for
14 the preceeding, current, and next months of the current year.
15
16 If a month is given (a value from 1 through 12), it prints
17 the three months centered on the requested month. For
18 example,
19
20 cal 12
21
22 Prints November and December for this year, and January for
23 next year.
24
25 If a year is given, it prints a calander for the entire
26 year:
27
28 cal 1985
29
30 If both values are given, it prints the three months
31 centered on the indicated date:
32
33 cal 1752 9
34 cal 9 1752
35
Note: See TracBrowser for help on using the repository browser.