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

Diff for /mandoc/read.c between version 1.56 and 1.59

version 1.56, 2014/07/02 11:43:20 version 1.59, 2014/07/03 23:24:56
Line 120  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 120  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "moving paragraph macro out of list",          "moving paragraph macro out of list",
         "skipping no-space macro",          "skipping no-space macro",
         "blocks badly nested",          "blocks badly nested",
         "child violates parent syntax",  
         "nested displays are not portable",          "nested displays are not portable",
           "moving content out of list",
           ".Vt block has child macro",
         "fill mode already enabled, skipping .fi",          "fill mode already enabled, skipping .fi",
         "fill mode already disabled, skipping .nf",          "fill mode already disabled, skipping .nf",
         "line scope broken",          "line scope broken",
   
         /* related to missing macro arguments */          /* related to missing macro arguments */
           "skipping empty request",
           "conditional request controls empty scope",
         "skipping empty macro",          "skipping empty macro",
         "argument count wrong",          "argument count wrong",
         "missing display type",          "missing display type",
         "list type must come first",          "list type must come first",
         "tag lists require a width argument",          "tag lists require a width argument",
           "missing head in list item",
         "missing font type",          "missing font type",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 184  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "skipping unknown macro",          "skipping unknown macro",
         "NOT IMPLEMENTED, please use groff: skipping request",          "NOT IMPLEMENTED, please use groff: skipping request",
         "argument count wrong",          "argument count wrong",
           "skipping invalid content in .Rs block",
         "skipping column outside column list",          "skipping column outside column list",
         "skipping end of block that is not open",          "skipping end of block that is not open",
         "missing end of block",          "missing end of block",
         "scope open on exit",          "scope open on exit",
         "uname(3) system call failed",          "uname(3) system call failed",
         "macro requires line argument(s)",  
         "macro requires body argument(s)",          "macro requires body argument(s)",
         "macro requires argument(s)",          "macro requires argument(s)",
         "request requires a numeric argument",          "request requires a numeric argument",

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.59

CVSweb