[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.4 and 1.5

version 1.4, 2009/06/23 22:31:26 version 1.5, 2009/07/07 00:54:46
Line 76 
Line 76 
   
 #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.4  
changed lines
  Added in v.1.5