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

Diff for /mandoc/read.c between version 1.180 and 1.182

version 1.180, 2017/06/24 15:59:50 version 1.182, 2017/06/25 17:43:45
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "Mdocdate found",          "Mdocdate found",
         "Mdocdate missing",          "Mdocdate missing",
           "unknown architecture",
         "operating system explicitly specified",          "operating system explicitly specified",
         "RCS id missing",          "RCS id missing",
   
Line 97  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 98  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "legacy man(7) date format",          "legacy man(7) date format",
         "duplicate RCS id",          "duplicate RCS id",
           "typo in section name",
         "useless macro",          "useless macro",
         "consider using OS macro",          "consider using OS macro",
         "errnos out of order",          "errnos out of order",

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.182

CVSweb