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

Diff for /mandoc/read.c between version 1.20 and 1.21

version 1.20, 2011/07/21 12:30:44 version 1.21, 2011/07/21 23:30:39
Line 156  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 156  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "too many nested equation defines",          "too many nested equation defines",
         "unexpected equation scope closure",          "unexpected equation scope closure",
         "equation scope open on exit",          "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.20  
changed lines
  Added in v.1.21

CVSweb