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

Diff for /mandoc/main.c between version 1.112 and 1.113

version 1.112, 2010/12/01 16:28:23 version 1.113, 2010/12/01 16:54:25
Line 122  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 122  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "generic warning",          "generic warning",
   
           ".so is fragile, better use ln(1)",
         "text should be uppercase",          "text should be uppercase",
         "sections out of conventional order",          "sections out of conventional order",
         "section name repeats",          "section name repeats",
Line 190  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 191  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "argument count wrong, violates syntax",          "argument count wrong, violates syntax",
         "child violates parent syntax",          "child violates parent syntax",
         "argument count wrong, violates syntax",          "argument count wrong, violates syntax",
           "NOT IMPLEMENTED: .so with absolute path or \"..\"",
         "no document body",          "no document body",
         "no document prologue",          "no document prologue",
         "utsname system call failed",          "utsname system call failed",

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb