summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-03-19 22:20:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-03-19 22:20:43 +0000
commit007dd8781c55fce01e2e54e6386731c355ad463d (patch)
tree744a417db38add0952cd00dc0691ba84dac03f0b /mandocdb.c
parentcd337f65ece6ac4cd6eb91fcbd5a7a970956eb3f (diff)
downloadmandoc-007dd8781c55fce01e2e54e6386731c355ad463d.tar.gz
Without the MPARSE_SO option, if the file contains nothing but a
single .so request, do not read the file pointed to, but instead let mparse_result() provide the file name pointed to as a return value. To be used by makewhatis(8) in the future.
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 6cf259a2..772f191d 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -999,7 +999,7 @@ mpages_merge(struct mchars *mc, struct mparse *mp)
FORM_CAT != mpage->mlinks->fform) {
lvl = mparse_readfd(mp, -1, mpage->mlinks->file);
if (lvl < MANDOCLEVEL_FATAL)
- mparse_result(mp, &mdoc, &man);
+ mparse_result(mp, &mdoc, &man, NULL);
}
if (NULL != mdoc) {