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

Diff for /mandoc/main.c between version 1.94 and 1.95

version 1.94, 2010/06/30 20:32:15 version 1.95, 2010/07/01 15:38:56
Line 120  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 120  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unknown manual section",          "unknown manual section",
         "section not in conventional manual section",          "section not in conventional manual section",
         "end of line whitespace",          "end of line whitespace",
           "blocks badly nested",
         "scope open on exit",          "scope open on exit",
   
         "generic error",          "generic error",
Line 143  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 144  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "bad comment style",          "bad comment style",
         "unknown macro will be lost",          "unknown macro will be lost",
         "line scope broken",          "line scope broken",
         "scope broken",  
         "argument count wrong",          "argument count wrong",
         "request scope close w/none open",          "request scope close w/none open",
         "scope already open",          "scope already open",
Line 162  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 162  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "missing font type",          "missing font type",
         "displays may not be nested",          "displays may not be nested",
         "unsupported display type",          "unsupported display type",
         "no scope to rewind: syntax violated",          "blocks badly nested",
           "no such block is open",
         "scope broken, syntax violated",          "scope broken, syntax violated",
         "line scope broken, syntax violated",          "line scope broken, syntax violated",
         "argument count wrong, violates syntax",          "argument count wrong, violates syntax",

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

CVSweb