[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.9 and 1.10

version 1.9, 2014/04/11 15:45:39 version 1.10, 2014/07/12 13:59:54
Line 82 
Line 82 
         const char      *sec; /* mansection/NULL */          const char      *sec; /* mansection/NULL */
         uint64_t         deftype; /* type if no key  */          uint64_t         deftype; /* type if no key  */
         int              flags;          int              flags;
 #define MANSEARCH_WHATIS 0x01 /* whatis mode: equality, no key */  #define MANSEARCH_WHATIS 0x01 /* whatis(1) mode: whole words, no keys */
   #define MANSEARCH_MAN    0x02 /* man(1) mode: string equality, no keys */
 };  };
   
 int     mansearch_setup(int);  int     mansearch_setup(int);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10