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

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

version 1.7, 2014/01/05 00:29:54 version 1.8, 2014/01/06 03:02:46
Line 66  __BEGIN_DECLS
Line 66  __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.7  
changed lines
  Added in v.1.8

CVSweb