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

Diff for /mandoc/main.c between version 1.79 and 1.80

version 1.79, 2010/05/17 22:11:42 version 1.80, 2010/05/31 23:40:25
Line 102  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 102  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "out of order prologue",          "out of order prologue",
         "repeated prologue entry",          "repeated prologue entry",
         "list type must come first",          "list type must come first",
         "column syntax is inconsistent",  
         "bad standard",          "bad standard",
         "bad library",          "bad library",
         "bad escape sequence",          "bad escape sequence",
Line 144  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 143  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "no title in document",          "no title in document",
         "line argument(s) will be lost",          "line argument(s) will be lost",
         "body argument(s) will be lost",          "body argument(s) will be lost",
           "column syntax is inconsistent",
         "missing font type",          "missing font type",
         "missing display type",          "missing display type",
         "missing list type",          "missing list type",

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb