
COMMAND NAME
	nlist -- prints a one-line summary of each error in a specified
		 numeric range
SYNOPSIS
	nlist [min max filename]
DESCRIPTION - USAGE
The nlist command will print a brief summary of the errors in the specified
numeric range.  nlist will print only one line for each error entry:
the error number, the severity level, the position, and the message.
The numeric range is specified using integers.  min has to be greater or
equal to the current minimum error number.  max has to be lesser or equal to
the current maximum error number.  min has to be lesser or equal to max.  If
min, max, or both are not specified, the user will be queried for them.  The
default for min (max) is the current minimum (maximum) error number.

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
	nlist 1 999
SEE ALSO
	nlist, ntype, type
