[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.64 and 1.65

version 1.64, 2019/04/30 18:48:26 version 1.65, 2019/07/01 22:43:03
Line 188 
Line 188 
                             mpage->file, R_OK) == -1) {                              mpage->file, R_OK) == -1) {
                                 warn("%s", mpage->file);                                  warn("%s", mpage->file);
                                 warnx("outdated mandoc.db contains "                                  warnx("outdated mandoc.db contains "
                                     "bogus %s entry, run makewhatis %s",                                      "bogus %s entry, run makewhatis %s",
                                     page->file + 1, paths->paths[i]);                                      page->file + 1, paths->paths[i]);
                                 free(mpage->file);                                  free(mpage->file);
                                 free(rp);                                  free(rp);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65