COMMAND NAME
	print -- output formatter commands for Users Manual section describing
		 error handling
SYNOPSIS
	print [filename]
DESCRIPTION - USAGE
The print command will write into the file specified the formatter
commands to generate the Users Manual section which describes the errors 
handled by the program using the lister.  There are two ErrorDB environment
variables used by this command:  formatter and sortorder.  

The former identifies the formatter being used to generate the Users Manual.  
Only troff and latex are supported.  The latter determines the order in which 
the errors are sorted in the Users Manual.  Only the options by number or group 
are supported.  If the argument filename is omitted, the user is queried for a
valid file name.  The default name for the file is the name of the file last
read or written with the extension ".rof" or ".tex" depending on the variable
formatter.
SEE ALSO
	formatter, sortorder
