[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.33 and 1.34

version 1.33, 2011/01/04 22:28:17 version 1.34, 2011/01/16 02:56:47
Line 97 
Line 97 
         int              flags;          int              flags;
 #define MAN_VALID       (1 << 0) /* has been validated */  #define MAN_VALID       (1 << 0) /* has been validated */
 #define MAN_EOS         (1 << 2) /* at sentence boundary */  #define MAN_EOS         (1 << 2) /* at sentence boundary */
   #define MAN_LINE        (1 << 3) /* first macro/text on line */
         enum man_type    type; /* AST node type */          enum man_type    type; /* AST node type */
         char            *string; /* TEXT node argument */          char            *string; /* TEXT node argument */
         struct man_node *head; /* BLOCK node HEAD ptr */          struct man_node *head; /* BLOCK node HEAD ptr */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34