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

Diff for /mandoc/mansearch.h between version 1.6 and 1.8

version 1.6, 2013/12/31 03:41:14 version 1.8, 2014/01/06 03:02:46
Line 58 
Line 58 
 #define TYPE_Va          0x0000000800000000ULL  #define TYPE_Va          0x0000000800000000ULL
 #define TYPE_Vt          0x0000001000000000ULL  #define TYPE_Vt          0x0000001000000000ULL
 #define TYPE_Xr          0x0000002000000000ULL  #define TYPE_Xr          0x0000002000000000ULL
   #define TYPE_sec         0x0000004000000000ULL
   #define TYPE_arch        0x0000008000000000ULL
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  manpage {  struct  manpage {
         char            *file; /* to be prefixed by manpath */          char            *file; /* to be prefixed by manpath */
         char            *names; /* a list of names with sections */          char            *names; /* a list of names with sections */
         char            *desc; /* description of manpage */  
         char            *output; /* user-defined additional output */          char            *output; /* user-defined additional output */
         int              form; /* 0 == catpage */          int              form; /* 0 == catpage */
 };  };

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

CVSweb