[BACK]Return to read.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/read.c between version 1.115 and 1.120

version 1.115, 2015/01/24 01:58:33 version 1.120, 2015/01/28 21:11:54
Line 171  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 171  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "invalid escape sequence",          "invalid escape sequence",
         "undefined string, using \"\"",          "undefined string, using \"\"",
   
           /* related to tables */
           "tbl line starts with span",
           "tbl column starts with span",
           "skipping vertical bar in tbl layout",
   
         "generic error",          "generic error",
   
         /* related to equations */  
         "unexpected equation scope closure",  
         "equation scope open on exit",  
         "overlapping equation scopes",  
         "unexpected end of equation",  
   
         /* related to tables */          /* related to tables */
         "no table layout cells specified",          "non-alphabetic character in tbl options",
         "no table data cells specified",          "skipping unknown tbl option",
         "ignore data in cell",          "missing tbl option argument",
         "data block still open",          "wrong tbl option argument size",
         "ignoring extra data cells",          "empty tbl layout",
           "invalid character in tbl layout",
           "unmatched parenthesis in tbl layout",
           "tbl without any data cells",
           "ignoring data in spanned tbl cell",
           "ignoring extra tbl data cells",
           "data block open at end of tbl",
   
         /* related to document structure and macros */          /* related to document structure and macros */
         NULL,          NULL,
Line 218  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 223  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "input too large",          "input too large",
         "unsupported control character",          "unsupported control character",
         "unsupported roff request",          "unsupported roff request",
         "unsupported table syntax",          "eqn delim option in tbl",
         "unsupported table option",          "unsupported tbl layout modifier",
         "unsupported table layout",  
         "ignoring macro in table",          "ignoring macro in table",
 };  };
   

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.120

CVSweb