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

Diff for /mandoc/read.c between version 1.165 and 1.168

version 1.165, 2017/05/16 19:06:30 version 1.168, 2017/06/01 15:25:39
Line 87  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 87  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "ok",          "ok",
   
         "generic style suggestion",          "generic style suggestion",
   
           "useless macro",
           "consider using OS macro",
           "description line ends with a full stop",
   
         "generic warning",          "generic warning",
   
         /* related to the prologue */          /* related to the prologue */

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.168

CVSweb