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

Diff for /mandoc/main.c between version 1.126 and 1.127

version 1.126, 2010/12/29 01:16:57 version 1.127, 2010/12/29 14:38:14
Line 181  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 181  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "bad table syntax",          "bad table syntax",
         "bad table option",          "bad table option",
           "bad table layout",
           "no table layout cells specified",
         "input stack limit exceeded, infinite loop?",          "input stack limit exceeded, infinite loop?",
         "skipping bad character",          "skipping bad character",
         "skipping text before the first section header",          "skipping text before the first section header",

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

CVSweb