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

Diff for /mandoc/read.c between version 1.173 and 1.178

version 1.173, 2017/06/08 00:23:30 version 1.178, 2017/06/17 23:07:00
Line 88  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 88  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "generic style suggestion",          "generic style suggestion",
   
           "Mdocdate found",
           "Mdocdate missing",
           "legacy man(7) date format",
           "RCS id missing",
           "duplicate RCS id",
         "useless macro",          "useless macro",
         "consider using OS macro",          "consider using OS macro",
         "errnos out of order",          "errnos out of order",
         "duplicate errno",          "duplicate errno",
         "description line ends with a full stop",          "description line ends with a full stop",
           "no blank before trailing delimiter",
           "function name without markup",
   
         "generic warning",          "generic warning",
   

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.178

CVSweb