NHL schedule program v3.3 by George Ferguson, ferguson@cs.rochester.edu
Info for NHL 94-95 lockout update by jsbh@andrew.cmu.edu
Compiled for OS/2 and uploaded by Richard Nolet, nolet@cam.org

Includes source and can be used for sports other than NHL hockey (there
is such a thing? :). Compiled using Watcom 10.0a.

Lots of options:

usage: nhl [-vHAC] [-nNUM] [TEAM|DIV [TEAM|DIV]] [mm/dd...]
 With no teams or divisions specified, print the league schedule
   for given date(s) (default is today if none given).
 Otherwise, specifying a date prints next NUM games (default 3) from date.
 With one team or division, print games for that team or teams in that
  division.
 With two teams or divisions, print games where first team (or team
   in first division) plays second team (or team in second division).
 -v: Print version only: This is version 3.3 for NHL 94-95 lockout update.
 -H or -A: Print only home or away games, resp., for first team or division.
 -C: Print in monthly calendar format (specify month or default is current).
 Teams can specified with or without leading -t, from the following list:
   ana - Anaheim            bos - Boston             buf - Buffalo         
   cgy - Calgary            chi - Chicago            dal - Dallas          
   det - Detroit            edm - Edmonton           fla - Florida         
   hfd - Hartford           los - Los Angeles        mtl - Montreal        
   njd - New Jersey         nyi - NY Islanders       nyr - NY Rangers      
   ott - Ottawa             phl - Philadelphia       pit - Pittsburgh      
   que - Quebec             stl - St. Louis          sjs - San Jose        
   tmp - Tampa Bay          tor - Toronto            van - Vancouver       
   wsh - Washington         wpg - Winnipeg        
 Divisions can specified with or without a leading -d, from the following list:
   nea - Northeast          atl - Atlantic           ctl - Central         
   pac - Pacific         
 The season runs from 1/20 to 5/3.
 
