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

Diff for /mandoc/man.h between version 1.27 and 1.29

version 1.27, 2010/03/27 10:13:16 version 1.29, 2010/05/12 16:46:28
Line 93  struct man_node {
Line 93  struct man_node {
         int              flags;          int              flags;
 #define MAN_VALID       (1 << 0)  #define MAN_VALID       (1 << 0)
 #define MAN_ACTED       (1 << 1)  #define MAN_ACTED       (1 << 1)
   #define MAN_EOS         (1 << 2)
         enum man_type    type;          enum man_type    type;
         char            *string;          char            *string;
         struct man_node *head;          struct man_node *head;
Line 100  struct man_node {
Line 101  struct man_node {
 };  };
   
 #define MAN_IGN_MACRO    (1 << 0)  #define MAN_IGN_MACRO    (1 << 0)
 #define MAN_IGN_CHARS    (1 << 1)  
 #define MAN_IGN_ESCAPE   (1 << 2)  #define MAN_IGN_ESCAPE   (1 << 2)
   
 extern  const char *const *man_macronames;  extern  const char *const *man_macronames;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

CVSweb