[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.110

version 1.107, 2010/09/27 09:26:27 version 1.110, 2010/12/01 10:31:34
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",
         "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 146  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",
           "ignoring argument",
         "manual name not yet set",          "manual name not yet set",
         "obsolete macro ignored",          "obsolete macro ignored",
         "empty macro ignored",          "empty macro ignored",
Line 160  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 159  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "no text in this context",          "no text in this context",
         "bad comment style",          "bad comment style",
         "unknown macro will be lost",          "unknown macro will be lost",
           "NOT IMPLEMENTED: skipping request",
         "line scope broken",          "line scope broken",
         "argument count wrong",          "argument count wrong",
         "request scope close w/none open",          "request scope close w/none open",

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

CVSweb