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

Diff for /mandoc/mansearch.h between version 1.18 and 1.19

version 1.18, 2014/09/03 18:09:14 version 1.19, 2014/11/11 19:04:55
Line 94  struct mansearch {
Line 94  struct mansearch {
         const char      *sec; /* mansection/NULL */          const char      *sec; /* mansection/NULL */
         const char      *outkey; /* show content of this macro */          const char      *outkey; /* show content of this macro */
         enum argmode     argmode; /* interpretation of arguments */          enum argmode     argmode; /* interpretation of arguments */
           int              firstmatch; /* first matching database only */
 };  };
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb