summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 59063397..8ef19e68 100644
--- a/main.c
+++ b/main.c
@@ -865,6 +865,9 @@ rerun:
}
} else if (ROFF_EQN == rr) {
assert(curp->man || curp->mdoc);
+ assert(roff_eqn(curp->roff));
+ if (curp->mdoc)
+ mdoc_addeqn(curp->mdoc, roff_eqn(curp->roff));
} else if (curp->man || curp->mdoc) {
rc = curp->man ?
man_parseln(curp->man,