[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.12

version 1.9, 2010/06/01 14:54:37 version 1.12, 2010/06/12 11:41:50
Line 36  enum mandocerr {
Line 36  enum mandocerr {
         MANDOCERR_BADESCAPE, /* bad escape sequence */          MANDOCERR_BADESCAPE, /* bad escape sequence */
         MANDOCERR_BADQUOTE, /* unterminated quoted string */          MANDOCERR_BADQUOTE, /* unterminated quoted string */
         MANDOCERR_NOWIDTHARG, /* argument requires the width argument */          MANDOCERR_NOWIDTHARG, /* argument requires the width argument */
           /* FIXME: merge with MANDOCERR_IGNARGV. */
         MANDOCERR_WIDTHARG, /* superfluous width argument */          MANDOCERR_WIDTHARG, /* superfluous width argument */
           MANDOCERR_IGNARGV, /* macro ignoring argv */
         MANDOCERR_BADDATE, /* bad date argument */          MANDOCERR_BADDATE, /* bad date argument */
         MANDOCERR_BADWIDTH, /* bad width argument */          MANDOCERR_BADWIDTH, /* bad width argument */
         MANDOCERR_BADMSEC, /* unknown manual section */          MANDOCERR_BADMSEC, /* unknown manual section */
Line 73  enum mandocerr {
Line 75  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_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 81  enum mandocerr {
Line 85  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_LISTTYPE, /* missing list 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.9  
changed lines
  Added in v.1.12

CVSweb