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

Diff for /src/usr.bin/mandoc/mansearch.c between version 1.31 and 1.32

version 1.31, 2014/08/09 14:24:49 version 1.32, 2014/08/21 20:27:03
Line 769 
Line 769 
         if (MANSEARCH_WHATIS & search->flags) {          if (MANSEARCH_WHATIS & search->flags) {
                 e->substr = NULL;                  e->substr = NULL;
                 mandoc_asprintf(&val, "[[:<:]]%s[[:>:]]", buf);                  mandoc_asprintf(&val, "[[:<:]]%s[[:>:]]", buf);
                   cs = 0;
         }          }
   
         if (NULL == e->substr) {          if (NULL == e->substr) {

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32