[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.14 and 1.15

version 1.14, 2014/09/03 18:08:26 version 1.15, 2014/11/11 19:03:10
Line 94 
Line 94 
         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.14  
changed lines
  Added in v.1.15