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

Diff for /mandoc/read.c between version 1.116 and 1.117

version 1.116, 2015/01/26 00:57:22 version 1.117, 2015/01/26 13:03:48
Line 224  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 224  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unsupported roff request",          "unsupported roff request",
         "unsupported table layout",          "unsupported table layout",
         "ignoring macro in table",          "ignoring macro in table",
           "eqn in tbl",
 };  };
   
 static  const char * const      mandoclevels[MANDOCLEVEL_MAX] = {  static  const char * const      mandoclevels[MANDOCLEVEL_MAX] = {

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

CVSweb