
COMMAND NAME
	ntype -- prints all the information regarding each error in a specified
		 numeric range
SYNOPSIS
	ntype [min max filename]
DESCRIPTION - USAGE

The ntype command will print all the information of errors in the specified
numeric range.  

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
	ntype 88 89
SEE ALSO
	list, nlist, type

