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

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

version 1.170, 2017/06/04 00:13:15 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",
           "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",
   
Line 175  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 184  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "unknown AT&T UNIX version",          "unknown AT&T UNIX version",
         "comma in function argument",          "comma in function argument",
         "parenthesis in function name",          "parenthesis in function name",
           "unknown library name",
         "invalid content in Rs block",          "invalid content in Rs block",
         "invalid Boolean argument",          "invalid Boolean argument",
         "unknown font, skipping request",          "unknown font, skipping request",
Line 227  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 237  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "NOT IMPLEMENTED: Bd -file",          "NOT IMPLEMENTED: Bd -file",
         "skipping display without arguments",          "skipping display without arguments",
         "missing list type, using -item",          "missing list type, using -item",
           "argument is not numeric, using 1",
         "missing manual name, using \"\"",          "missing manual name, using \"\"",
         "uname(3) system call failed, using UNKNOWN",          "uname(3) system call failed, using UNKNOWN",
         "unknown standard specifier",          "unknown standard specifier",

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

CVSweb