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

Diff for /mandoc/main.c between version 1.107 and 1.108

version 1.107, 2010/09/27 09:26:27 version 1.108, 2010/10/11 15:46:19
Line 132  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 132  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unterminated quoted string",          "unterminated quoted string",
         "argument requires the width argument",          "argument requires the width argument",
         "superfluous width argument",          "superfluous width argument",
         "ignoring argument",  
         "bad date argument",          "bad date argument",
         "bad width argument",          "bad width argument",
         "unknown manual section",          "unknown manual section",
Line 149  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 148  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "list type repeated",          "list type repeated",
         "display type repeated",          "display type repeated",
         "argument repeated",          "argument repeated",
           "ignoring argument",
         "manual name not yet set",          "manual name not yet set",
         "obsolete macro ignored",          "obsolete macro ignored",
         "empty macro ignored",          "empty macro ignored",

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

CVSweb