[BACK]Return to mansearch.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mansearch.h between version 1.12 and 1.13

version 1.12, 2014/08/27 00:06:08 version 1.13, 2014/09/01 22:45:11
Line 79 
Line 79 
         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            *output; /* user-defined additional output */          char            *output; /* user-defined additional output */
           size_t           ipath; /* number of the manpath */
         int              sec; /* section number, 10 means invalid */          int              sec; /* section number, 10 means invalid */
         int              form; /* 0 == catpage */          int              form; /* 0 == catpage */
 };  };

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13