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

Diff for /mandoc/read.c between version 1.119 and 1.120

version 1.119, 2015/01/28 17:32:07 version 1.120, 2015/01/28 21:11:54
Line 178  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 178  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "generic error",          "generic error",
   
         /* related to equations */  
         "unexpected equation scope closure",  
         "equation scope open on exit",  
         "overlapping equation scopes",  
         "unexpected end of equation",  
   
         /* related to tables */          /* related to tables */
         "non-alphabetic character in tbl options",          "non-alphabetic character in tbl options",
         "skipping unknown tbl option",          "skipping unknown tbl option",

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb