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

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

version 1.108, 2010/10/11 15:46:19 version 1.109, 2010/11/29 15:45:15
Line 125  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 125  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",
         "bad standard",  
         "bad library",  
         "tab in non-literal context",          "tab in non-literal context",
         "bad escape sequence",          "bad escape sequence",
         "unterminated quoted string",          "unterminated quoted string",
Line 145  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 143  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "bad Boolean value",          "bad Boolean value",
         "child violates parent syntax",          "child violates parent syntax",
         "bad AT&T symbol",          "bad AT&T symbol",
           "bad standard",
         "list type repeated",          "list type repeated",
         "display type repeated",          "display type repeated",
         "argument repeated",          "argument repeated",

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

CVSweb