mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
14 lines
362 B
Diff
14 lines
362 B
Diff
diff --git a/main.c b/main.c
|
|
index c5a7cff..5a92c34 100644
|
|
--- a/main.c
|
|
+++ b/main.c
|
|
@@ -822,8 +822,6 @@ fs_lookup(const struct manpaths *paths, size_t ipath,
|
|
return globres;
|
|
|
|
found:
|
|
- warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
|
|
- name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
|
|
if (res == NULL)
|
|
free(file);
|
|
else if (file == NULL)
|