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

Diff for /mandoc/main.c between version 1.128 and 1.129

version 1.128, 2011/01/01 13:37:40 version 1.129, 2011/01/01 15:45:18
Line 183  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 183  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "bad table option",          "bad table option",
         "bad table layout",          "bad table layout",
         "no table layout cells specified",          "no table layout cells specified",
           "no table data 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.128  
changed lines
  Added in v.1.129

CVSweb