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

Diff for /mandoc/mandoc.h between version 1.26 and 1.27

version 1.26, 2010/12/01 16:54:25 version 1.27, 2010/12/05 15:37:30
Line 69  enum mandocerr {
Line 69  enum mandocerr {
         MANDOCERR_NAMESECFIRST, /* NAME section must come first */          MANDOCERR_NAMESECFIRST, /* NAME section must come first */
         MANDOCERR_BADBOOL, /* bad Boolean value */          MANDOCERR_BADBOOL, /* bad Boolean value */
         MANDOCERR_CHILD, /* child violates parent syntax */          MANDOCERR_CHILD, /* child violates parent syntax */
           MANDOCERR_NESTEDDISP, /* displays may not be nested */
         MANDOCERR_BADATT, /* bad AT&T symbol */          MANDOCERR_BADATT, /* bad AT&T symbol */
         MANDOCERR_BADSTANDARD, /* bad standard */          MANDOCERR_BADSTANDARD, /* bad standard */
         MANDOCERR_LISTREP, /* list type repeated */          MANDOCERR_LISTREP, /* list type repeated */
Line 106  enum mandocerr {
Line 107  enum mandocerr {
   
         MANDOCERR_FATAL, /* ===== start of fatal errors ===== */          MANDOCERR_FATAL, /* ===== start of fatal errors ===== */
         MANDOCERR_COLUMNS, /* column syntax is inconsistent */          MANDOCERR_COLUMNS, /* column syntax is inconsistent */
         /* FIXME: this should be a MANDOCERR_ERROR */  
         MANDOCERR_NESTEDDISP, /* displays may not be nested */  
         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 */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb