[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.15 and 1.16

version 1.15, 2010/04/25 16:32:19 version 1.16, 2010/05/13 20:34:29
Line 104 
Line 104 
 };  };
   
 #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.15  
changed lines
  Added in v.1.16