[BACK]Return to compile_et.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / compile_et

Diff for /src/usr.bin/compile_et/Attic/compile_et.1 between version 1.7 and 1.8

version 1.7, 2000/01/03 00:18:05 version 1.8, 2000/02/19 12:07:18
Line 21 
Line 21 
 library.  library.
 .Pp  .Pp
 The source file name must end with a suffix of ``.et''; the file  The source file name must end with a suffix of ``.et''; the file
 consists of a declaration supplying the name (up to four characters  consists of headers and declarations supplying the name (up to four characters
 long) of the error-code table:  long) of the error-code table.
   
   The file may have these declarations:
   
   .Em id string
   
   where string is a revision control system tag.
   
   .Em prefix string
   
   where string is prepended to all error codes specified in the file.
   
 .Em error_table name  .Em error_table name
   
 followed by up to 256 entries of the form:  which specifies the name of the error table.
   
   .Em index number
   
   sets the assigned error number for the next entry.
   
 .Em error_code name ,  .Em error_code name ,
 "  "
 .Em string  .Em string
 "  "
   
   declares an error code called name with description name. Upto
   256 error codes are allowed.
   
 and a final  and a final
   
 .Em end  .Em end
   
 to indicate the end of the table.  to indicate the end of the table.
   
 .Pp  .Pp
 The name of the table is used to construct the name of a subroutine  The name of the table is used to construct the name of a subroutine
 .Em initialize_XXXX_error_table  .Em initialize_XXXX_error_table

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8