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

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

version 1.14, 2010/07/01 15:38:56 version 1.15, 2010/07/02 12:54:33
Line 81  enum mandocerr {
Line 81  enum mandocerr {
         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_DISPTYPE, /* missing display type */
           MANDOCERR_FONTTYPE, /* missing font 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 */
   
         MANDOCERR_FATAL, /* ===== end of fatal errors ===== */          MANDOCERR_FATAL, /* ===== end of fatal errors ===== */
   
         MANDOCERR_COLUMNS, /* column syntax is inconsistent */          MANDOCERR_COLUMNS, /* column syntax is inconsistent */
         /* FIXME: this should be a MANDOCERR_ERROR */  
         MANDOCERR_FONTTYPE, /* missing font 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_BADDISP, /* unsupported display type */          MANDOCERR_BADDISP, /* unsupported display type */

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

CVSweb