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

Diff for /mandoc/read.c between version 1.186 and 1.187

version 1.186, 2017/07/03 13:40:19 version 1.187, 2017/07/03 17:33:06
Line 104  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 104  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "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",          "trailing delimiter",
         "no blank before trailing delimiter",          "no blank before trailing delimiter",
         "function name without markup",          "function name without markup",
   

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

CVSweb