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

Diff for /mandoc/read.c between version 1.61 and 1.62

version 1.61, 2014/07/04 16:12:08 version 1.62, 2014/07/05 01:12:20
Line 131  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 131  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "skipping empty request",          "skipping empty request",
         "conditional request controls empty scope",          "conditional request controls empty scope",
         "skipping empty macro",          "skipping empty macro",
           "empty argument, using 0n",
         "argument count wrong",          "argument count wrong",
         "missing display type, using -ragged",          "missing display type, using -ragged",
         "list type is not the first argument",          "list type is not the first argument",

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb