	Termlist.pl is a perl program that reads selected entries 
	(or all entries) from a termcap file and prints a sorted,
	annotated list of the entries, one per line.  The annotations
	file may be augmented to reflect capabilities in local use.
	The termlist file has one entry per line:
		capability <tab> description
	Limes beginning with a "#" are ignored.  There is no line
	continuation.

	There are two paths in termlist.pl, /usr/local/bin/perl
	and /usr/local/lib/termlist.  

	To install, simply copy termlist to /usr/local/lib and 
	termlist.pl to /usr/local/bin, or whereever you prefer.

	To run: termlist.pl < termcap_file [entries].  If [entries] is
	empty, the entire termcap_file is printed.

	Termlist was developed under perl version 2.0
