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

Diff for /mandoc/mansearch.h between version 1.4 and 1.5

version 1.4, 2013/06/06 14:27:02 version 1.5, 2013/12/27 18:51:25
Line 61 
Line 61 
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  manpage {  struct  manpage {
         char             file[PATH_MAX]; /* prefixed by manpath */          char            *file; /* to be prefixed by manpath */
           char            *names; /* a list of names with sections */
         char            *desc; /* description of manpage */          char            *desc; /* description of manpage */
         int              form; /* 0 == catpage */          int              form; /* 0 == catpage */
 };  };

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb