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

Diff for /mandoc/mandoc.h between version 1.134 and 1.135

version 1.134, 2014/07/04 16:12:08 version 1.135, 2014/07/05 01:12:20
Line 87  enum mandocerr {
Line 87  enum mandocerr {
         MANDOCERR_REQ_EMPTY, /* skipping empty request: request */          MANDOCERR_REQ_EMPTY, /* skipping empty request: request */
         MANDOCERR_COND_EMPTY, /* conditional request controls empty scope */          MANDOCERR_COND_EMPTY, /* conditional request controls empty scope */
         MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */          MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */
           MANDOCERR_ARG_EMPTY, /* empty argument, using 0n: macro arg */
         MANDOCERR_ARGCWARN, /* argument count wrong */          MANDOCERR_ARGCWARN, /* argument count wrong */
         MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged */          MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged */
         MANDOCERR_BL_LATETYPE, /* list type is not the first argument: arg */          MANDOCERR_BL_LATETYPE, /* list type is not the first argument: arg */
Line 99  enum mandocerr {
Line 100  enum mandocerr {
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
         MANDOCERR_IGNARGV, /* skipping argument */          MANDOCERR_IGNARGV, /* skipping argument */
         MANDOCERR_ARGVREP, /* duplicate argument */          MANDOCERR_ARG_REP, /* duplicate argument: macro arg */
         MANDOCERR_DISPREP, /* duplicate display type */          MANDOCERR_DISPREP, /* duplicate display type */
         MANDOCERR_LISTREP, /* duplicate list type */          MANDOCERR_LISTREP, /* duplicate list type */
         MANDOCERR_BADATT, /* unknown AT&T UNIX version */          MANDOCERR_BADATT, /* unknown AT&T UNIX version */

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

CVSweb