2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/mandoc/patches/mandoc-no-warn.patch

14 lines
362 B
Diff
Raw Normal View History

diff --git a/main.c b/main.c
2021-09-24 05:41:50 +00:00
index c5a7cff..5a92c34 100644
--- a/main.c
+++ b/main.c
2021-09-24 05:41:50 +00:00
@@ -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]);
2021-09-24 05:41:50 +00:00
if (res == NULL)
free(file);
2021-09-24 05:41:50 +00:00
else if (file == NULL)