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

Diff for /mandoc/read.c between version 1.171 and 1.172

version 1.171, 2017/06/06 15:01:04 version 1.172, 2017/06/07 23:29:48
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "useless macro",          "useless macro",
         "consider using OS macro",          "consider using OS macro",
           "errnos out of order",
           "duplicate errno",
         "description line ends with a full stop",          "description line ends with a full stop",
   
         "generic warning",          "generic warning",

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb