
COMMAND NAME
	type -- prints all the information for each error in a specified
		set
SYNOPSIS
	type [set filename]
DESCRIPTION - USAGE
The type command will print all the information of errors in the set.  
The set can be defined by the keyword all or by one of the severity levels
	(fatal, severe, recoverable, warning, extension, comment).
If the set is omitted, the user will be queried for it.  The default is the
keyword all.

The command can output the listing to a filename.  If filename is not
specified, the user will be queried for it.  Use "." to output the
listing to the terminal.
EXAMPLE
	type warning
SEE ALSO
	list, nlist, ntype
