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

Diff for /mandoc/main.c between version 1.119 and 1.120

version 1.119, 2010/12/06 11:01:19 version 1.120, 2010/12/06 15:31:19
Line 144  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 144  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "NAME section must come first",          "NAME section must come first",
         "bad Boolean value",          "bad Boolean value",
           "unknown font",
         "child violates parent syntax",          "child violates parent syntax",
         "displays may not be nested",          "displays may not be nested",
         "bad AT&T symbol",          "bad AT&T symbol",

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb