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

Diff for /mandoc/mandoc.h between version 1.191 and 1.192

version 1.191, 2015/01/28 17:32:07 version 1.192, 2015/01/28 21:11:53
Line 134  enum mandocerr {
Line 134  enum mandocerr {
   
         MANDOCERR_ERROR, /* ===== start of errors ===== */          MANDOCERR_ERROR, /* ===== start of errors ===== */
   
         /* related to equations */  
         MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/  
         MANDOCERR_EQNSCOPE, /* equation scope open on exit */  
         MANDOCERR_EQNBADSCOPE, /* overlapping equation scopes */  
         MANDOCERR_EQNEOF, /* unexpected end of equation */  
   
         /* related to tables */          /* related to tables */
         MANDOCERR_TBLOPT_ALPHA, /* non-alphabetic character in tbl options */          MANDOCERR_TBLOPT_ALPHA, /* non-alphabetic character in tbl options */
         MANDOCERR_TBLOPT_BAD, /* skipping unknown tbl option: option */          MANDOCERR_TBLOPT_BAD, /* skipping unknown tbl option: option */

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

CVSweb