2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/mandoc/patches/mandoc-no-warn.patch
2021-09-24 08:41:50 +03:00

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)