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

Diff for /mandoc/mandoc.h between version 1.10 and 1.11

version 1.10, 2010/06/03 13:44:36 version 1.11, 2010/06/12 10:09:19
Line 74  enum mandocerr {
Line 74  enum mandocerr {
         MANDOCERR_NOARGV, /* macro requires argument(s) */          MANDOCERR_NOARGV, /* macro requires argument(s) */
         MANDOCERR_NOTITLE, /* no title in document */          MANDOCERR_NOTITLE, /* no title in document */
         MANDOCERR_LISTTYPE, /* missing list type */          MANDOCERR_LISTTYPE, /* missing list type */
           MANDOCERR_DISPTYPE, /* missing display type */
         MANDOCERR_ARGSLOST, /* line argument(s) will be lost */          MANDOCERR_ARGSLOST, /* line argument(s) will be lost */
         MANDOCERR_BODYLOST, /* body argument(s) will be lost */          MANDOCERR_BODYLOST, /* body argument(s) will be lost */
 #define MANDOCERR_ERROR         MANDOCERR_BODYLOST  #define MANDOCERR_ERROR         MANDOCERR_BODYLOST
Line 82  enum mandocerr {
Line 83  enum mandocerr {
         /* FIXME: this should be a MANDOCERR_ERROR */          /* FIXME: this should be a MANDOCERR_ERROR */
         MANDOCERR_FONTTYPE, /* missing font type */          MANDOCERR_FONTTYPE, /* missing font type */
         /* FIXME: this should be a MANDOCERR_ERROR */          /* FIXME: this should be a MANDOCERR_ERROR */
         MANDOCERR_DISPTYPE, /* missing display type */  
         /* 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_SYNTNOSCOPE, /* request scope close w/none open */          MANDOCERR_SYNTNOSCOPE, /* request scope close w/none open */
         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.10  
changed lines
  Added in v.1.11

CVSweb