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

Diff for /mandoc/man.h between version 1.50 and 1.51

version 1.50, 2011/01/01 12:59:17 version 1.51, 2011/01/12 10:43:22
Line 97  struct man_node {
Line 97  struct man_node {
         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.50  
changed lines
  Added in v.1.51

CVSweb