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

Diff for /mandoc/read.c between version 1.185 and 1.188

version 1.185, 2017/07/02 15:31:59 version 1.188, 2017/07/04 14:40:38
Line 75  static void   mparse_parse_buffer(struct mparse *, str
Line 75  static void   mparse_parse_buffer(struct mparse *, str
   
 static  const enum mandocerr    mandoclimits[MANDOCLEVEL_MAX] = {  static  const enum mandocerr    mandoclimits[MANDOCLEVEL_MAX] = {
         MANDOCERR_OK,          MANDOCERR_OK,
         MANDOCERR_STYLE,          MANDOCERR_OK,
         MANDOCERR_WARNING,          MANDOCERR_WARNING,
         MANDOCERR_ERROR,          MANDOCERR_ERROR,
         MANDOCERR_UNSUPP,          MANDOCERR_UNSUPP,
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",
   
Line 118  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 118  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unknown manual section",          "unknown manual section",
         "missing date, using today's date",          "missing date, using today's date",
         "cannot parse date, using it verbatim",          "cannot parse date, using it verbatim",
           "date in the future, using it anyway",
         "missing Os macro, using \"\"",          "missing Os macro, using \"\"",
         "duplicate prologue macro",          "duplicate prologue macro",
         "late prologue macro",          "late prologue macro",

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.188

CVSweb