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

Diff for /mandoc/man.h between version 1.14 and 1.15

version 1.14, 2009/06/18 10:32:00 version 1.15, 2009/07/04 09:01:55
Line 76  struct man_node {
Line 76  struct man_node {
   
 #define MAN_IGN_MACRO    (1 << 0)  #define MAN_IGN_MACRO    (1 << 0)
 #define MAN_IGN_CHARS    (1 << 1)  #define MAN_IGN_CHARS    (1 << 1)
   #define MAN_IGN_ESCAPE   (1 << 2)
   
 extern  const char *const *man_macronames;  extern  const char *const *man_macronames;
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb