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

Diff for /mandoc/read.c between version 1.123 and 1.124

version 1.123, 2015/02/06 03:38:45 version 1.124, 2015/02/06 07:13:14
Line 136  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 136  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 block",
         "empty argument, using 0n",          "empty argument, using 0n",
         "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",
         "missing -width in -tag list, using 8n",          "missing -width in -tag list, using 8n",

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

CVSweb