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

Diff for /mandoc/read.c between version 1.16 and 1.17

version 1.16, 2011/07/17 12:52:54 version 1.17, 2011/07/17 14:08:49
Line 152  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 152  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         "generic error",          "generic error",
   
           /* related to equations */
           "bad equation macro syntax",
   
         /* related to tables */          /* related to tables */
         "bad table syntax",          "bad table syntax",
         "bad table option",          "bad table option",

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb