[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.172

version 1.170, 2017/06/04 00:13:15 version 1.172, 2017/06/07 23:29:48
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 90  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "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",
   
         "generic warning",          "generic warning",
Line 227  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 229  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.172

CVSweb