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

Diff for /mandoc/mandoc.h between version 1.29 and 1.30

version 1.29, 2010/12/05 15:55:01 version 1.30, 2010/12/06 11:01:19
Line 89  enum mandocerr {
Line 89  enum mandocerr {
         MANDOCERR_LINESCOPE, /* line scope broken */          MANDOCERR_LINESCOPE, /* line scope broken */
         MANDOCERR_ARGCOUNT, /* argument count wrong */          MANDOCERR_ARGCOUNT, /* argument count wrong */
         MANDOCERR_NOSCOPE, /* no such block is open */          MANDOCERR_NOSCOPE, /* no such block is open */
           MANDOCERR_SCOPEBROKEN, /* missing end of block */
         MANDOCERR_SCOPEREP, /* scope already open */          MANDOCERR_SCOPEREP, /* scope already open */
         MANDOCERR_SCOPEEXIT, /* scope open on exit */          MANDOCERR_SCOPEEXIT, /* scope open on exit */
         MANDOCERR_UNAME, /* uname(3) system call failed */          MANDOCERR_UNAME, /* uname(3) system call failed */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb