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

Diff for /mandoc/mandoc.h between version 1.13 and 1.14

version 1.13, 2010/06/30 20:32:15 version 1.14, 2010/07/01 15:38:56
Line 47  enum mandocerr {
Line 47  enum mandocerr {
         MANDOCERR_BADMSEC, /* unknown manual section */          MANDOCERR_BADMSEC, /* unknown manual section */
         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_SCOPEEXIT, /* scope open on exit */          MANDOCERR_SCOPEEXIT, /* scope open on exit */
   
         MANDOCERR_ERROR, /* ===== end of errors ===== */          MANDOCERR_ERROR, /* ===== end of errors ===== */
Line 70  enum mandocerr {
Line 71  enum mandocerr {
         MANDOCERR_BADCOMMENT, /* bad comment style */          MANDOCERR_BADCOMMENT, /* bad comment style */
         MANDOCERR_MACRO, /* unknown macro will be lost */          MANDOCERR_MACRO, /* unknown macro will be lost */
         MANDOCERR_LINESCOPE, /* line scope broken */          MANDOCERR_LINESCOPE, /* line scope broken */
         MANDOCERR_SCOPE, /* scope broken */  
         MANDOCERR_ARGCOUNT, /* argument count wrong */          MANDOCERR_ARGCOUNT, /* argument count wrong */
         MANDOCERR_NOSCOPE, /* request scope close w/none open */          MANDOCERR_NOSCOPE, /* no such block is open */
         MANDOCERR_SCOPEREP, /* scope already open */          MANDOCERR_SCOPEREP, /* scope already open */
         /* 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) */
Line 92  enum mandocerr {
Line 92  enum mandocerr {
         /* FIXME: this should be a MANDOCERR_ERROR */          /* FIXME: this should be a MANDOCERR_ERROR */
         MANDOCERR_NESTEDDISP, /* displays may not be nested */          MANDOCERR_NESTEDDISP, /* displays may not be nested */
         MANDOCERR_BADDISP, /* unsupported display type */          MANDOCERR_BADDISP, /* unsupported display type */
           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_SYNTSCOPE, /* scope broken, syntax violated */
         MANDOCERR_SYNTLINESCOPE, /* line scope broken, syntax violated */          MANDOCERR_SYNTLINESCOPE, /* line scope broken, syntax violated */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb