]> git.armaanb.net Git - asd-repo.git/blob - core/mandoc/patches/mandoc-no-warn.patch
Adapt for asd linux
[asd-repo.git] / core / mandoc / patches / mandoc-no-warn.patch
1 diff --git a/main.c b/main.c
2 index b91c158..514508a 100644
3 --- a/main.c
4 +++ b/main.c
5 @@ -750,8 +750,6 @@ fs_lookup(const struct manpaths *paths, size_t ipath,
6         return globres != -1;
7  
8  found:
9 -       warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
10 -           name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
11         if (res == NULL) {
12                 free(file);
13                 return 1;