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

Diff for /mandoc/mandoc.h between version 1.7 and 1.8

version 1.7, 2010/05/25 12:37:20 version 1.8, 2010/05/31 23:40:25
Line 31  enum mandocerr {
Line 31  enum mandocerr {
         MANDOCERR_PROLOGOOO, /* out of order prologue */          MANDOCERR_PROLOGOOO, /* out of order prologue */
         MANDOCERR_PROLOGREP, /* repeated prologue entry */          MANDOCERR_PROLOGREP, /* repeated prologue entry */
         MANDOCERR_LISTFIRST, /* list type must come first */          MANDOCERR_LISTFIRST, /* list type must come first */
         MANDOCERR_COLUMNS, /* column syntax is inconsistent */  
         MANDOCERR_BADSTANDARD, /* bad standard */          MANDOCERR_BADSTANDARD, /* bad standard */
         MANDOCERR_BADLIB, /* bad library */          MANDOCERR_BADLIB, /* bad library */
         MANDOCERR_BADESCAPE, /* bad escape sequence */          MANDOCERR_BADESCAPE, /* bad escape sequence */
Line 78  enum mandocerr {
Line 77  enum mandocerr {
         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
   
           MANDOCERR_COLUMNS, /* column syntax is inconsistent */
         /* 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 */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb