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

Diff for /mandoc/mandoc.h between version 1.23 and 1.24

version 1.23, 2010/10/11 15:46:19 version 1.24, 2010/11/29 15:45:15
Line 51  enum mandocerr {
Line 51  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_BADSTANDARD, /* bad standard */  
         MANDOCERR_BADLIB, /* bad library */  
         MANDOCERR_BADTAB, /* tab in non-literal context */          MANDOCERR_BADTAB, /* tab in non-literal context */
         MANDOCERR_BADESCAPE, /* bad escape sequence */          MANDOCERR_BADESCAPE, /* bad escape sequence */
         MANDOCERR_BADQUOTE, /* unterminated quoted string */          MANDOCERR_BADQUOTE, /* unterminated quoted string */
Line 71  enum mandocerr {
Line 69  enum mandocerr {
         MANDOCERR_BADBOOL, /* bad Boolean value */          MANDOCERR_BADBOOL, /* bad Boolean value */
         MANDOCERR_CHILD, /* child violates parent syntax */          MANDOCERR_CHILD, /* child violates parent syntax */
         MANDOCERR_BADATT, /* bad AT&T symbol */          MANDOCERR_BADATT, /* bad AT&T symbol */
           MANDOCERR_BADSTANDARD, /* bad standard */
         MANDOCERR_LISTREP, /* list type repeated */          MANDOCERR_LISTREP, /* list type repeated */
         MANDOCERR_DISPREP, /* display type repeated */          MANDOCERR_DISPREP, /* display type repeated */
         MANDOCERR_ARGVREP, /* argument repeated */          MANDOCERR_ARGVREP, /* argument repeated */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb