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

Diff for /mandoc/mandoc.h between version 1.123 and 1.124

version 1.123, 2014/06/25 00:20:19 version 1.124, 2014/06/30 23:45:07
Line 57  enum mandocerr {
Line 57  enum mandocerr {
         MANDOCERR_DATE_BAD, /* cannot parse date, using it verbatim */          MANDOCERR_DATE_BAD, /* cannot parse date, using it verbatim */
         MANDOCERR_PROLOG_ORDER, /* prologue macros out of order */          MANDOCERR_PROLOG_ORDER, /* prologue macros out of order */
         MANDOCERR_PROLOG_REP, /* duplicate prologue macro */          MANDOCERR_PROLOG_REP, /* duplicate prologue macro */
         MANDOCERR_PROLOG_BAD, /* macro not allowed in prologue */          MANDOCERR_PROLOG_BAD, /* macro not allowed in prologue: macro */
         MANDOCERR_PROLOG_ONLY, /* macro not allowed in body */          MANDOCERR_PROLOG_ONLY, /* macro not allowed in body: macro */
   
         /* related to document structure */          /* related to document structure */
         MANDOCERR_SO, /* .so is fragile, better use ln(1) */          MANDOCERR_SO, /* .so is fragile, better use ln(1): .so path */
         MANDOCERR_DOC_EMPTY, /* no document body */          MANDOCERR_DOC_EMPTY, /* no document body */
         MANDOCERR_SEC_BEFORE, /* content before the first section header */          MANDOCERR_SEC_BEFORE, /* content before the first section header */
         MANDOCERR_NAMESECFIRST, /* NAME section must come first */          MANDOCERR_NAMESECFIRST, /* NAME section must come first */
Line 106  enum mandocerr {
Line 106  enum mandocerr {
         MANDOCERR_BADTAB, /* tab in non-literal context */          MANDOCERR_BADTAB, /* tab in non-literal context */
         MANDOCERR_EOLNSPACE, /* end of line whitespace */          MANDOCERR_EOLNSPACE, /* end of line whitespace */
         MANDOCERR_BADCOMMENT, /* bad comment style */          MANDOCERR_BADCOMMENT, /* bad comment style */
         MANDOCERR_BADESCAPE, /* unknown escape sequence */          MANDOCERR_BADESCAPE, /* bad escape sequence */
         MANDOCERR_BADQUOTE, /* unterminated quoted string */          MANDOCERR_BADQUOTE, /* unterminated quoted string */
   
         /* related to equations */  
         MANDOCERR_EQNQUOTE, /* unexpected literal in equation */  
   
         MANDOCERR_ERROR, /* ===== start of errors ===== */          MANDOCERR_ERROR, /* ===== start of errors ===== */
   
         /* related to equations */          /* related to equations */
Line 151  enum mandocerr {
Line 148  enum mandocerr {
         MANDOCERR_NUMERIC, /* request requires a numeric argument */          MANDOCERR_NUMERIC, /* request requires a numeric argument */
         MANDOCERR_LISTTYPE, /* missing list type */          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_FATAL, /* ===== start of fatal errors ===== */          MANDOCERR_FATAL, /* ===== start of fatal errors ===== */
   
         MANDOCERR_TOOLARGE, /* input too large */          MANDOCERR_TOOLARGE, /* input too large */
         MANDOCERR_NOTMANUAL, /* manual isn't really a manual */          MANDOCERR_NOTMANUAL, /* not a manual */
         MANDOCERR_COLUMNS, /* column syntax is inconsistent */          MANDOCERR_COLUMNS, /* column syntax is inconsistent */
         MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */          MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */
         MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */          MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

CVSweb