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

Diff for /mandoc/read.c between version 1.67 and 1.68

version 1.67, 2014/07/07 16:12:20 version 1.68, 2014/07/07 21:36:20
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "data block still open",          "data block still open",
         "ignoring extra data cells",          "ignoring extra data cells",
   
           /* related to document structure and macros */
         "input stack limit exceeded, infinite loop?",          "input stack limit exceeded, infinite loop?",
         "skipping bad character",          "skipping bad character",
           "skipping unknown macro",
           "skipping column outside column list",
           "skipping end of block that is not open",
           "inserting missing end of block",
           "appending missing end of block",
   
           /* related to request and macro arguments */
         "escaped character not allowed in a name",          "escaped character not allowed in a name",
         "manual name not yet set",          "manual name not yet set",
         "skipping unknown macro",  
         "argument count wrong",          "argument count wrong",
         "unknown standard specifier",          "unknown standard specifier",
         "skipping column outside column list",  
         "skipping end of block that is not open",  
         "missing end of block",  
         "scope open on exit",  
         "uname(3) system call failed",          "uname(3) system call failed",
         "request requires a numeric argument",          "request requires a numeric argument",
         "missing list type, using -item",          "missing list type, using -item",

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb