summaryrefslogtreecommitdiffstats
path: root/mansearch.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
commitd64c874c65656e8d1d7207e2fdbcbe11b6c5847d (patch)
treea3656e367f38709daea26ab701549333ddcae2cc /mansearch.c
parent112dc1f135b5e960bba6188f8845382c5551ed8b (diff)
downloadmandoc-d64c874c65656e8d1d7207e2fdbcbe11b6c5847d.tar.gz
delete trailing whitespace and space-tab sequences; no code change;
patch from Michal Nowak <mnowak at startmail dot com> who found these with git pbchk in the illumos tree
Diffstat (limited to 'mansearch.c')
-rw-r--r--mansearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansearch.c b/mansearch.c
index 89601fde..b9d62267 100644
--- a/mansearch.c
+++ b/mansearch.c
@@ -191,7 +191,7 @@ mansearch(const struct mansearch *search,
mpage->file, R_OK) == -1) {
warn("%s", mpage->file);
warnx("outdated mandoc.db contains "
- "bogus %s entry, run makewhatis %s",
+ "bogus %s entry, run makewhatis %s",
page->file + 1, paths->paths[i]);
free(mpage->file);
free(rp);