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

Diff for /mandoc/mdoc.h between version 1.47 and 1.48

version 1.47, 2009/03/12 16:30:50 version 1.48, 2009/03/16 22:19:19
Line 31 
Line 31 
   
 /* What follows is a list of ALL possible macros. */  /* What follows is a list of ALL possible macros. */
   
 /* TODO: Brq et al. */  
   
 #define MDOC___          0  #define MDOC___          0
 #define MDOC_Dd          1  #define MDOC_Dd          1
 #define MDOC_Dt          2  #define MDOC_Dt          2
Line 148 
Line 146 
 #define MDOC_Bro         112  #define MDOC_Bro         112
 #define MDOC_Brc         113  #define MDOC_Brc         113
 #define MDOC__C          114  #define MDOC__C          114
 #define MDOC_MAX         115  #define MDOC_Es          115
   #define MDOC_En          116
   #define MDOC_MAX         117
   
 /* What follows is a list of ALL possible macro arguments. */  /* What follows is a list of ALL possible macro arguments. */
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb