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

Diff for /mandoc/main.c between version 1.265 and 1.266

version 1.265, 2016/04/14 20:55:48 version 1.266, 2016/05/18 22:36:00
Line 664  fs_lookup(const struct manpaths *paths, size_t ipath,
Line 664  fs_lookup(const struct manpaths *paths, size_t ipath,
   
 found:  found:
 #if HAVE_SQLITE3  #if HAVE_SQLITE3
         warnx("outdated mandoc.db lacks %s(%s) entry, run makewhatis %s",          warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
             name, sec, paths->paths[ipath]);              name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
 #endif  #endif
         *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage));          *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage));
         page = *res + (*ressz - 1);          page = *res + (*ressz - 1);

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266

CVSweb