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

Diff for /mandoc/read.c between version 1.57 and 1.58

version 1.57, 2014/07/02 13:10:45 version 1.58, 2014/07/03 21:23:54
Line 128  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 128  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "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",

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

CVSweb