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

Diff for /mandoc/read.c between version 1.76 and 1.77

version 1.76, 2014/07/31 09:22:21 version 1.77, 2014/08/01 15:08:46
Line 209  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 209  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "NOT IMPLEMENTED: .Bd -file",          "NOT IMPLEMENTED: .Bd -file",
         "NOT IMPLEMENTED: .so with absolute path or \"..\"",          "NOT IMPLEMENTED: .so with absolute path or \"..\"",
         ".so request failed",          ".so request failed",
         "static buffer exhausted",  
   
         /* system errors */          /* system errors */
         NULL,          NULL,

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb