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

Diff for /mandoc/read.c between version 1.19 and 1.23

version 1.19, 2011/07/18 14:30:51 version 1.23, 2011/07/23 18:41:18
Line 152  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 152  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "generic error",          "generic error",
   
         /* related to equations */          /* related to equations */
         "bad equation macro syntax",          "unexpected equation scope closure",
         "too many nested equation defines",          "equation scope open on exit",
           "overlapping equation scopes",
           "unexpected end of equation",
           "equation syntax error",
   
         /* related to tables */          /* related to tables */
         "bad table syntax",          "bad table syntax",

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.23

CVSweb