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

Diff for /mandoc/mandoc.h between version 1.18 and 1.19

version 1.18, 2010/08/20 01:02:07 version 1.19, 2010/09/26 20:22:28
Line 63  enum mandocerr {
Line 63  enum mandocerr {
         MANDOCERR_SECMSEC, /* section not in conventional manual section */          MANDOCERR_SECMSEC, /* section not in conventional manual section */
         MANDOCERR_EOLNSPACE, /* end of line whitespace */          MANDOCERR_EOLNSPACE, /* end of line whitespace */
         MANDOCERR_SCOPENEST, /* blocks badly nested */          MANDOCERR_SCOPENEST, /* blocks badly nested */
         MANDOCERR_SCOPEEXIT, /* scope open on exit */  
   
         MANDOCERR_ERROR, /* ===== end of errors ===== */          MANDOCERR_ERROR, /* ===== end of errors ===== */
   
Line 89  enum mandocerr {
Line 88  enum mandocerr {
         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_SCOPEREP, /* scope already open */          MANDOCERR_SCOPEREP, /* scope already open */
           MANDOCERR_SCOPEEXIT, /* scope open on exit */
         /* FIXME: merge following with MANDOCERR_ARGCOUNT */          /* FIXME: merge following with MANDOCERR_ARGCOUNT */
         MANDOCERR_NOARGS, /* macro requires line argument(s) */          MANDOCERR_NOARGS, /* macro requires line argument(s) */
         MANDOCERR_NOBODY, /* macro requires body argument(s) */          MANDOCERR_NOBODY, /* macro requires body argument(s) */
Line 108  enum mandocerr {
Line 108  enum mandocerr {
         MANDOCERR_BADDISP, /* unsupported display type */          MANDOCERR_BADDISP, /* unsupported display type */
         MANDOCERR_SCOPEFATAL, /* blocks badly nested */          MANDOCERR_SCOPEFATAL, /* blocks badly nested */
         MANDOCERR_SYNTNOSCOPE, /* no scope to rewind: syntax violated */          MANDOCERR_SYNTNOSCOPE, /* no scope to rewind: syntax violated */
         MANDOCERR_SYNTSCOPE, /* scope broken, syntax violated */  
         MANDOCERR_SYNTLINESCOPE, /* line scope broken, syntax violated */          MANDOCERR_SYNTLINESCOPE, /* line scope broken, syntax violated */
         MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */          MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */
         MANDOCERR_SYNTCHILD, /* child violates parent syntax */          MANDOCERR_SYNTCHILD, /* child violates parent syntax */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb