
CAL.COM   v1.03   02-28-1998   Copyright 1998, Charles Dye

This is a low-fat calendar program.  CAL doesn't provide pretty colors or
graphics, and it won't record schedules or remind you of appointments.  What
CAL will do is generate simple calendars for any month or year from 1800
through 2199, accurately and with a decent minimum of code.  Output may be
redirected to a file or printer.  Syntax:

CAL            With no arguments, displays a calendar for the current month.
               Today's date will be marked with an asterisk.

CAL mm/yyyy    Generate a calendar for a specific month.  mm is the month,
               1 to 12.  yyyy is the year, 1800 to 2199.  If year is less
               than 100, 2000 will be added.

CAL yyyy       Generate a calendar for an entire year.  If output is not
               redirected, CAL will pause after June.

CAL may be distributed freely, with or without source.
