COMMAND NAME
	formats -- list backdrops of current formats
SYNOPSIS
	formats
DESCRIPTION -USAGE
This command will list the backdrops of the current formats. 
Formats come in two types. Each type has two fields.
Header formats:	ListingHeader:   appears at the top of the listing output.
  		StdErrorHeader:  appears first on the stderr output.
  		StdErrorNewfile: appears at the top of new error files.
Error formats: 	Fatal:	When a fatal error is detected the program aborts.
  		Severe:	Severe errors are normally used when no output will
			be generated, but scanning of input will continue.
  		Recoverable:  The error is fixed by some default action.
  		Warning: This is used to indicate the possibility of an error,
	 		but the program will continue under the assumption
			that no error occurred.
  		Extension: This indicates use of an old, but accepted feature.
  		Comment: If the program wishes to make a comment about the input
			that message belongs here.
SEE ALSO 
	change
