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

Diff for /mandoc/read.c between version 1.50 and 1.51

version 1.50, 2014/06/20 23:02:31 version 1.51, 2014/06/21 22:24:01
Line 210  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 210  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "static buffer exhausted",          "static buffer exhausted",
   
         /* system errors */          /* system errors */
         "cannot open file",          NULL,
         "cannot stat file",          "cannot stat file",
         "cannot read file",          "cannot read file",
 };  };

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb