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

version 1.56, 2014/07/02 11:43:20 version 1.57, 2014/07/02 13:10:45
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",
Line 180  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 181  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",

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

CVSweb