[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.116

version 1.115, 2015/01/24 01:58:33 version 1.116, 2015/01/26 00:57:22
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unexpected end of equation",          "unexpected end of equation",
   
         /* related to tables */          /* related to tables */
           "non-alphabetic character in tbl options",
           "skipping unknown tbl option",
           "missing tbl option argument",
           "wrong tbl option argument size",
         "no table layout cells specified",          "no table layout cells specified",
         "no table data cells specified",          "no table data cells specified",
         "ignore data in cell",          "ignore data in cell",
Line 218  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 222  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",  
         "unsupported table option",  
         "unsupported table layout",          "unsupported table layout",
         "ignoring macro in table",          "ignoring macro in table",
 };  };

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

CVSweb