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

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

version 1.9, 2010/06/01 14:54:37 version 1.10, 2010/06/03 13:44:36
Line 73  enum mandocerr {
Line 73  enum mandocerr {
         MANDOCERR_NOBODY, /* macro requires body argument(s) */          MANDOCERR_NOBODY, /* macro requires body argument(s) */
         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_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 {
         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 */          MANDOCERR_DISPTYPE, /* missing display type */
         /* FIXME: this should be a MANDOCERR_ERROR */  
         MANDOCERR_LISTTYPE, /* missing list type */  
         /* 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_SYNTNOSCOPE, /* request scope close w/none open */          MANDOCERR_SYNTNOSCOPE, /* request scope close w/none open */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb