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

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

version 1.124, 2015/02/06 07:13:14 version 1.125, 2015/02/06 11:54:36
Line 150  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 150  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "nothing follows prefix",          "nothing follows prefix",
         "empty reference block",          "empty reference block",
         "missing -std argument, adding it",          "missing -std argument, adding it",
           "missing option string, using \"\"",
           "missing resource identifier, using \"\"",
         "missing eqn box, using \"\"",          "missing eqn box, using \"\"",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */

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

CVSweb