[BACK]Return to man.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man.h between version 1.31 and 1.32

version 1.31, 2010/12/19 07:53:12 version 1.32, 2010/12/27 23:57:13
Line 101 
Line 101 
         enum mant        tok; /* tok or MAN__MAX if none */          enum mant        tok; /* tok or MAN__MAX if none */
         int              flags;          int              flags;
 #define MAN_VALID       (1 << 0) /* has been validated */  #define MAN_VALID       (1 << 0) /* has been validated */
 #define MAN_ACTED       (1 << 1) /* has been acted upon */  
 #define MAN_EOS         (1 << 2) /* at sentence boundary */  #define MAN_EOS         (1 << 2) /* at sentence boundary */
         enum man_type    type; /* AST node type */          enum man_type    type; /* AST node type */
         char            *string; /* TEXT node argument */          char            *string; /* TEXT node argument */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32